varshanharshank
varshanharshank
**Describe the bug** I unable to run cucumber.js file after migrating to the cucumber 10.3.1 version.It is showing below error. But, the below issue is not occurring if i try...
I tried to configure Playwright + cucumber + Allure, i could generate the report but it is not showing up all information under steps. Example: In the cucumber steps, i...
In my project, we have to use more env variable and those will be passed via CLI. how to pass the CLI
**Describe the bug** I unable to run cucumber.js file after migrating to the cucumber 10.8 version.It is showing below error. **Error: Failed to import formatter ./src/helper/report/allureReport.ts at importCode (/Users/test/Documents/Workspace/purpleportalautomation/node_modules/@cucumber/cucumber/src/formatter/import_code.ts:14:11) at...
### What would you like? Currently, we are mocking data with .json file by using the below code. Example cy.intercept('**/users',fixture:{user.json}) We are looking to extract data from .HAR file like...