multiple-cucumber-html-reporter icon indicating copy to clipboard operation
multiple-cucumber-html-reporter copied to clipboard

Generate beautiful Cucumber HTML reports

Results 55 multiple-cucumber-html-reporter issues
Sort by recently updated
recently updated
newest added

**Environment (please complete the following information):** multiple-cucumber-html-reporter: 3.4.0 Node.js version: v18.17.1 NPM version: 9.6.7 Platform name and version: mac os Cucumber version: 10.0.1 **Describe the bug** In the JSON formatter...

** Problem** I have 2-3 flaky tests in my cypress cucumber automation project. I usually get them working by using retries option in cypress which re runs the test if...

enhancement

**Is your feature request related to a problem? Please describe.** At the moment the duration in the report is not formatted in a human/non-developer readable manner. **Describe the solution you'd...

**Environment (please complete the following information):** - multiple-cucumber-html-reporter: [e.g. 1.10.0] - Node.js version: [e.g. 8.9.1] - NPM version: [e.g. 5.8.0] - Platform name and version: [e.g. Windows 10] - Cucumber...

**Environment (please complete the following information):** - multiple-cucumber-html-reporter: 3.3.0 - Node.js version: v18.18.0 - NPM version: 9.8.1 - Platform name and version: Linux - Cucumber version: 9.1.0 **Config of multiple-cucumber-html-reporter**...

**Describe your question with as much detail as possible** Is there any way to merge multiple reports into one single report? Because I am running the whole test suite into...

We have implemented Before() and After() from **_@badeball/cypress-cucumber-preprocessor_**. However, I don't see Before or After step/log being shown in multiple-cucumber-html-reporter. Is there any configuration needed to be set or is...

**Is your feature request related to a problem? Please describe.** I run my cucumber tests in 2 modes, one for automated tests, and one with @manual tests which document manual...