Skip to content

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

Add type

12 Apr 19:53

Choose a tag to compare

This release adds the type property to the Feature and Scenario output for #26

Contains

  • Merge pull request #27 from wswebcreation/feat/add-scenario-type f33361e
  • feat: add type to output d57eb5a
  • Update README.md 52c9b2e

v1.2.0...v1.2.1

Add support for V6

05 Apr 07:14

Choose a tag to compare

This PR adds support for WDIO V6 and has a temporary fix for #23.

Currently custom metadata, see https://github.com/wswebcreation/wdio-cucumberjs-json-reporter#metadata, is not supported in V6 due to a change between V5 and V6. I'm currently working on it

Contains:

v1.1.3...v1.2.0

Fix: update dependencies

21 Jan 07:11

Choose a tag to compare

This release fixes cucumber/common#812, thanks to bugjam. The rest of dependencies are also updated

Contains:

  • chore: fix test script for release 8812a51
  • chore: update all dependencies 9c35cc8
  • Merge pull request #22 from bugjam/fix/gherkin-update 8c203c3
  • Update gherkin to 8.2.1 44d888a

v1.1.2...v1.1.3

Fix

09 Nov 09:02

Choose a tag to compare

Fix
  • Merge pull request #17 from wswebcreation/fix/issue-16 71601da
  • chore: fix linting f7e77ef
  • fix: metadata not getting displayed cd2247d

v1.1.1...v1.1.2

v1.1.1

06 Sep 04:33

Choose a tag to compare

This release fixes 2 things:

  1. Fix prohibited symbols in filename , thanks to Sergii Didenko
  2. Issue #14, trimEnd wasn't transpiled on NodeJS 8

**Contains:

  • fix: fix unsupported trimEnd() 6a4d2ff
  • Merge pull request #13 from SDLarmo/patch-1 06cd045
  • Fix prohibited symbols in filename ff017ba

v1.1.0...v1.1.1

v1.1.0

02 Sep 05:18

Choose a tag to compare

This release fixes issue #11 by adding support for multiple languages. A big thanks to Yuri Pelz Gossmann

Contains:

v1.0.8...v1.1.0

Fix for issue 7

07 Aug 07:16

Choose a tag to compare

This adds the uri back to the feature object and fixes #7

Contains:

  • fix: fix added uri to feature af46865

v1.0.7...v1.0.8

v1.0.7

07 Aug 06:58

Choose a tag to compare

  • fix: fix getting browser version properly 057656d

v1.0.6...v1.0.7

Bug fix

26 Jul 06:41

Choose a tag to compare

This fixes issue #4 regarding escaping chars in the right way. A big thanks to Sergio Freire for finding the issue and also fixing it with a PR!

Contains:

  • Merge pull request #5 from bitcoder/master 1f20c34
  • remove Utils.escapeHTML as it was not necessary and was cause wrong encodings 7ab8c06

v1.0.5...v1.0.6

Fix peer dependency

24 Jul 11:47

Choose a tag to compare

  • chore: fix peer dependency cef970e

v1.0.4...v1.0.5