Skip to content

Releases: alextiley/wdio-cucumber-json-reporter

Release 1.1.1

10 Jun 18:22
Compare
Choose a tag to compare
  • Improve step line number retrieval. This is now sourced from the wdio suite.uid property instead of 'guessing' whilst parsing a .feature file.

Release 1.1.0

10 Jun 18:20
Compare
Choose a tag to compare
  • Added support for multiple test runs. The reporter will now output multiple JSON reports to the output directory.
  • Added metadata such as browser name, device name and operating system. Useful when using with multiple-cucumber-html-reporter.

Release 1.0.5

10 Jun 10:23
Compare
Choose a tag to compare
  • Added babel support - the reporter should now work across various versions of node
  • Optimised .feature parsing - we now cache all parsed files to speed up subsequent scenario retrieval.