Releases: WasiqB/multiple-cucumber-html-reporter
Releases · WasiqB/multiple-cucumber-html-reporter
Fix
This release fixes issue #117 when a step doesn't have a result
Contains:
- Merge pull request #119 from wswebcreation/fix/issue-117-parse-error 45909f5
- fix indentation 3517ef3
- fi: fix report generate error ac27be1
v1.16.1...v1.16.2
Bug fix
This release contains a fix to only replace html characters if passed in string is actually a string, see #116, thanks to Vincent Barresi
Contains:
- Merge pull request #116 from VinceBarresi/master ae1a124
- Update _escapeHtml to only replace html characters if passed in string is actually a string. e5a201a
v1.16.0...v1.16.1
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:
- Merge pull request #114 from deckaddict/master 9c9eed2
- Update documentation for staticFilePath 9121359
- Add support to skip uuid as part of feature file path to enable static linking. 9bbe510
v1.15.1...v1.16.0
Bugfix on 404 assets
This PR fixes a bug (#112) that was introduced with release 1.15.0
, the assets on the feature-pages gave 404's
Contains:
- Merge pull request #113 from wswebcreation/fix/issue-112-no-assets 8ea45ad
- fix: fix getting 404 on assets 71dd3b3
v1.15.0...v1.15.1
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:
- Merge pull request #111 from LuizFelipeNeves/useCDN b1b1833
- Added option to useCDN cebb5fe
v1.14.0...v1.15.0
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:
- chore: remove yarn lock 43b42b6
- chore: update dependencies 89c61a9
- Merge pull request #109 from shinusuresh/feature/add-support-to-karate-framework c5e6ebd
- Added json with rest response inside 145e900
- Added capability to show REST response in report for tests that uses Karate framework f92bf1e
v1.13.2...v1.14.0
v1.13.0
This release:
- fixes a bug for #98 and displays the text and JSON in a better way
JSON

Text

- adds duration to the features overview, thanks to Dawn Minion

Contains:
- fix: fix UT 7ce8ef7
- Merge pull request #100 from wswebcreation/fix/issue-98-newlines 959cfcf
- fix: clean up embeddings e30f076
- Merge pull request #97 from dawn-minion/duration_with_custom_metadata 18ae032
- Show duration in features overview when customMetadata is true 0475e3e
v1.12.1...v1.13.0
Bugfix
This PR adds html escaping for opening and closing brackets in embedded text, thanks to webnexusmobile for fixing this
Contains:
- Merge pull request #96 from webnexusmobile/master 28a82a7
- Made screenshot data-toggle align nicely with the rest of the data toggles 13df93f
- Added html escaping for opening and closing brackets in embedded text 8bc8063
- Update WEBDRIVER.IO.MD d76b629
v1.12.0...v1.12.1