Skip to content

Releases: WasiqB/multiple-cucumber-html-reporter

New feature

29 Feb 07:28
Compare
Choose a tag to compare

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

17 Feb 15:24
Compare
Choose a tag to compare

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

16 Feb 16:44
Compare
Choose a tag to compare

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

11 Feb 19:52
Compare
Choose a tag to compare

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

Fix

13 Dec 08:06
Compare
Choose a tag to compare
Fix

This release fixes issue #106 and now properly escapes <>. thanks to dawn-minion for finding and fixing this.

Contains:

  • Merge pull request #107 from dawn-minion/issue_106_escaping 3852919
  • Escape < and > with &lt/&gt 7a34c90

v1.13.1...v1.13.2

v1.13.1

07 Sep 06:32
Compare
Choose a tag to compare

This release fixes #102

Contains:

  • fix: fix JSON parse issue ed13e60

v1.13.0...v1.13.1

v1.13.0

01 Sep 17:20
Compare
Choose a tag to compare

This release:

  • fixes a bug for #98 and displays the text and JSON in a better way
    JSON
    image

Text
image

  • adds duration to the features overview, thanks to Dawn Minion
    image

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

16 Aug 07:17
Compare
Choose a tag to compare

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

Dependency upgrade

24 Jul 09:39
Compare
Choose a tag to compare

This upgrade fix is there thanks to Jan-Otto Kröpke 🙇

  • fix: remove wait from open browser b6cdaff
  • Merge pull request #94 from jkroepke/bump-dependencies 6782233
  • Bump dependencies Replace deprecated opn with open ad9f5b9

v1.11.10...v1.12.0

Fix

14 Jul 05:51
Compare
Choose a tag to compare
Fix

This fixes the dependencies and the UT's

Contains:

v1.11.9...v1.11.10