Releases: webdriverio-community/wdio-cucumberjs-json-reporter
Releases · webdriverio-community/wdio-cucumberjs-json-reporter
Release 5.1.2
- explicitly define types file (25b282b)
Release 5.1.1
Release 5.1.0
Release 5.0.3
Release 5.0.2
- 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
Release 5.0.0
- make release workflow select release type (6afc174)
- more test improvements (69cb20b)
- clean deps (6532dcc)
- fix tests (476c4db)
- update package-lock (6d39a43)
- update workflows (03257fc)
- Update readme (b0c835c)
- Update readme (e2e1c80)
- update codebase (3c9644e)
- Bump vm2 from 3.9.16 to 3.9.17 (#123) (35d2a0d)
- Bump vm2 from 3.9.15 to 3.9.16 (#122) (70363a5)
- Bump vm2 from 3.9.12 to 3.9.15 (#120) (39f663f)
- Bump json5 from 1.0.1 to 1.0.2 (#114) (7b3b4f8)
- Bump cacheable-request, @wdio/cucumber-framework, @wdio/reporter, webdriverio and @wdio/types (#117) (1ef09a9)
- Bump qs from 6.5.2 to 6.5.3 (#110) (ca05ebf)
- Bump http-cache-semantics from 4.1.0 to 4.1.1 (#116) (073b362)
- Bump ua-parser-js from 1.0.2 to 1.0.33 (#115) (6d665bc)
- fix(doc): updated readme.md file with correct WDIO installation page URL (#111) (768b04d)
- Feat/latest v7 (#109) (cf2e0ca)
- Bump decode-uri-component from 0.2.0 to 0.2.2 (#103) (af2db33)
Release 4.4.3
- properly fix it (f41cbb7)
Release 4.4.2
Release 4.4.1
- 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
.