multiple-cucumber-html-reporter
multiple-cucumber-html-reporter copied to clipboard
Generate beautiful Cucumber HTML reports
**Is your feature request related to a problem? Please describe.** ATM when a step is undefined the step definition is autogenerated in the web page. When the step is meant...
Problem: A report is regenerated and reloaded in the web browser. The browser then loads its cache data. Solution: Include the following meta entries in the head of the HTML...
**Is your feature request related to a problem? Please describe.** By default the html report is sorted by the first column "Feature Name", But if I hope to sort it...
It would be great to bucket the errors in different types i.e. Code exception, configuration exception, environmental error etc. Something xml/json created with error message regex and based on it,...
I am currently trying to extend my test reports with some extra html by embedding 'text/html' to my failing tests in which I add javascript like this: ``` function doSomethingJQuery(){...
Bumps [release-it](https://github.com/release-it/release-it) from 17.2.0 to 17.2.1. Release notes Sourced from release-it's releases. Release 17.2.1 Update some dependencies (bb23771) Exit without error message when requireCommits is true but requireCommitsFail is false...
Node.js version: [21.7.3] NPM version: [10.5.0] webdriver.io version: [8.35.1] @wdio/cucumber-framework version: [8.35.0] wdio-cucumberjs-json-reporter version: [5.2.1] multiple-cucumber-html-reporter: [3.6.2], I have configured in my webdriverio framework to create json file using wdio-cucumberjs-json-reporter,...
**Is your feature request related to a problem? Please describe.** I have scheduled pipeline run, which runs daily on pre-prod to check the environment is good. The team needs the...
Bumps the dependencies group with 2 updates in the / directory: [open](https://github.com/sindresorhus/open) and [release-it](https://github.com/release-it/release-it). Updates `open` from 8.4.2 to 10.1.0 Release notes Sourced from open's releases. v10.1.0 Linux: Update xdg-open...
### Closes #301