Releases: webdriverio-community/wdio-cucumberjs-json-reporter
Release 4.0.2
Release 4.0.1
- packages update (#62) (fb78072), thanks to yon-cuadrado
Release 4.0.0
Thanks to yon-cuadrado for rewriting this package to TypeScript!
Contains:
- add missing release package (4b152fd)
- Add release script and bump deps (#58) (babf699)
- Release pipeline (#57) (d3ad678)
- Merge pull request #56 from yc-forks/main (16b146a)
- remove duplicate file creation (15c8094)
- packages and package version updated (3b0c81e)
- removed the dot from the folder name (647c439)
- added a refactor of the names of the log file (40c7452)
- several modifications: removed logfile modified typings to fix error when using package modified the tests to create the log file automatically (8284577)
- added logfile (eb94fc3)
- Merge branch 'main' of https://github.com/yc-forks/wdio-cucumberjs-json-reporter (0c6e90d)
- changed the modified interfaces with extended ones (1b8ae82)
- Update package.json (7f4f72a)
- Update tsconfig.json (4f879af)
- Update jest.config.js (f43aca4)
- Update .prettierrc.js (c3ffe83)
- undo url change and enable strict mode in tsconfig (07232d8)
- undo changes in two other files (c0179db)
- removed changes (b83c7e1)
- restore strings in package json (a4e8292)
- removed folder (cbb9230)
- undo some changes (03bf80b)
- tests fixed (110dda4)
- indent format changed (a6e8082)
- changes restored (0108faa)
- objects update (f4c8498)
- package updated (98567ab)
- fixed some errors (1eeb251)
- project updated (b677060)
- project updated with typescript (413ceab)
V7 support
This release contains the following:
- updates the module to support V7 and fixes #49
- updates all (dev)dependencies to the latest
v2.0.4
This release fixes issue #50.
In the report JSON the "line" value is sometimes returned as an empty string ("") when it must be an integer and the line value is also missing at the element level.
Thanks WilliamFClarke
Contains:
Fix
This fixes issue #44
There is an issue in the @wdio/cucumber-framework
. The hooks are not providing proper data causing keywords not to be provided (they are undefined). This PR fixes that this module will not break.
This missing keyword in the hooks results in missing data in a report, for example as shown below. Keywords like Given|When|Then
can't be determined
Contains:
Fix incorrect error message
BugFix
Major release
This release fixes support for WebdriverIO V6 where it could not read property 'cjson:metadata' of undefined , see #23
I've tagged this release as major because the logger went from V5 to V6, I don't think it will be breaking but I want to be sure
Contains: