Skip to content

Releases: webdriverio-community/wdio-cucumberjs-json-reporter

Release 5.1.2

05 May 16:07
Compare
Choose a tag to compare
  • explicitly define types file (25b282b)

Release 5.1.1

05 May 00:41
Compare
Choose a tag to compare

Release 5.1.0

04 May 18:16
Compare
Choose a tag to compare

Release 5.0.3

03 May 20:52
Compare
Choose a tag to compare
  • explicitly define package as ESM module fixes #132 (84bdc03)

Release 5.0.2

03 May 19:39
Compare
Choose a tag to compare
  • update coverage (3346ceb)
  • update readme (2bad968)
  • remove fs-extra (332d7a8)
  • Bump @typescript-eslint/eslint-plugin from 5.59.1 to 5.59.2 (#130) (e74a154)
  • Bump @cucumber/gherkin from 25.0.2 to 26.2.0 (#131) (ce3a0ff)
  • Bump @typescript-eslint/parser from 5.59.1 to 5.59.2 (#128) (3495212)
  • Bump @typescript-eslint/eslint-plugin-tslint from 5.59.1 to 5.59.2 (#127) (e00846c)
  • Bump release-it from 15.10.1 to 15.10.3 (#126) (bbf7ead)
  • Bump @types/node from 18.16.2 to 18.16.3 (#125) (5175039)

Release 5.0.1

02 May 18:31
Compare
Choose a tag to compare

Release 5.0.0

28 Apr 19:13
Compare
Choose a tag to compare

Release 4.4.3

04 Aug 05:22
Compare
Choose a tag to compare

Release 4.4.2

03 Aug 14:41
Compare
Choose a tag to compare

Release 4.4.1

18 Mar 01:03
Compare
Choose a tag to compare
  • add backwards compatibility option to create only one report file per spec on retry (#90) (92e4c1a) Thanks philippthiele

In release https://github.com/webdriverio-community/wdio-cucumberjs-json-reporter/releases/tag/v4.3.1 we introduced a unique file name per feature file, but this broke certain reports and especially retries. This has been reverted now. To still have unique names per testfile then please look at the following

reportFilePerRetry

  • Type: boolean
  • Mandatory: No
  • Default: true

When a spec is retried the report will be appended to the existing report file from the previous tries if this property is set to false.