Releases: WasiqB/multiple-cucumber-html-reporter
New feature
This report creates by default links to scenarios that are unique due to the fact that the same feature can be run on multiple browsers. If you don't use this report with multiple browsers you can disable it by using this option in your set up of the report
report.generate({
jsonDir: './path-to-your-json-output/',
reportPath: './path-where-the-report-needs-to-be/',
staticFilePath: true,
// More options ...
});
Thanks to deckaddict for adding this feature
Contains:
Bugfix on 404 assets
Added CDN support
This release adds the option to use CDN for the statics, thanks to Luiz Felipe Neves.
It can be used by providing the option useCDN : true
when generating the report
Contains:
FEature: Show REST response in report
Thanks to Shinu Suresh we now have the option to show the rest response when you are using this report together Karate, see #109
Contains:
Fix
This release fixes issue #106 and now properly escapes <>
. thanks to dawn-minion for finding and fixing this.
Contains:
v1.13.1
v1.13.0
This release:
- fixes a bug for #98 and displays the text and JSON in a better way
JSON
- adds duration to the features overview, thanks to Dawn Minion
Contains:
Bugfix
This PR adds html escaping for opening and closing brackets in embedded text, thanks to webnexusmobile for fixing this
Contains:
Dependency upgrade
This upgrade fix is there thanks to Jan-Otto Kröpke 🙇