Skip to content

New feature

Compare
Choose a tag to compare
@wswebcreation wswebcreation released this 29 Feb 07:28

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