Skip to content

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

Release 4.0.2

01 Sep 09:31
Compare
Choose a tag to compare

Release 4.0.1

16 Aug 12:05
Compare
Choose a tag to compare

Release 4.0.0

23 Jun 08:38
Compare
Choose a tag to compare

Thanks to yon-cuadrado for rewriting this package to TypeScript!

Contains:

V7 support

23 May 15:30
8d45666
Compare
Choose a tag to compare

This release contains the following:

  • updates the module to support V7 and fixes #49
  • updates all (dev)dependencies to the latest

v2.0.4

24 Apr 05:36
Compare
Choose a tag to compare

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:

  • chore: fix security issues in dependencies ec5f027
  • Merge pull request #51 from WilliamFClarke/fix/issue-50 1adca8c
  • Update mock.json 1c8dbcb
  • Add Test case for no UID Value 986e12a
  • Fix line value in reports 2bf4f14

v2.0.3...v2.0.4

Fix

13 Feb 16:06
Compare
Choose a tag to compare
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

With V7
image

With V6:
image

Contains:

  • Merge pull request #45 from wswebcreation/fix-44 63404d3
  • chore: fix linting errors 3f75b64
  • fix: this fixes issue 44 8082747

v2.0.2...v2.0.3

Fix incorrect error message

24 May 06:42
Compare
Choose a tag to compare

This release fixes the incorrect error message, see #35

Contains:

  • fix: fix incorrect error message b526fb6

v2.0.1...v2.0.2

BugFix

01 May 10:53
Compare
Choose a tag to compare

This PR fixes support for determining metadata for devtools automation, thanks to Ricardo Barbosa

Contains:

v2.0.0...v2.0.1

Major release

27 Apr 14:00
Compare
Choose a tag to compare

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:

  • chore: explicitly mention V6 8802b14
  • Merge pull request #31 from wswebcreation/v6 e4b9220
  • Merge branch 'master' into v6 f7bf490
  • chore: explicitly mention V5 and V6 f5d9a0b
  • chore: explicitly mention V5 1db0f95
  • feat: upgrade to V6 fd89231

v1.3.0...v2.0.0

Concatenate output of 1 feature

12 Apr 20:48
Compare
Choose a tag to compare

This release concatenates all output from 1 feature (when it is being ran on multiple browsers) to 1 output file.

Contains:

  • Merge pull request #28 from wswebcreation/fix/collect-output ebedb7b
  • chore: fix linting issues 4a71757
  • feat: concat existing features into 1 output eb4ffad

v1.2.1...v1.3.0