Skip to content

Releases: jemishgopani/wdio-json-reporter

WDIO v8 Compatibility

20 Jul 05:49
Compare
Choose a tag to compare
v4.0.1

Fix package checker

Bug Fixes

04 Mar 11:05
5e12d5e
Compare
Choose a tag to compare

Addresses Issues:
#33
#30

Add Merge Utility

29 May 17:53
293021d
Compare
Choose a tag to compare

With WDIO v5 reporter event handling has moved from a consolidated single source to the "sessions" spun up to handle parallel test execution. The benefit is faster execution. The downside is having multiple result files.

This utility will merge all wdio-json-reporter json files into a single file

New Functionality

09 May 15:38
715bbac
Compare
Choose a tag to compare

Adds support for Hook Errors #25
Addresses low security vulnerability #26

WDIO v5 Compatibility

09 May 14:51
f6fdfa0
Compare
Choose a tag to compare

Updates the reporter to work with the WDIO v5 reporter

Add option to use stdout

30 Oct 12:05
becbb45
Compare
Choose a tag to compare

Users now have the option to write to stdout instead of a file. Merge request submitted by @stephen

Bug Fix

06 Apr 13:50
Compare
Choose a tag to compare

Fixes for #11

New Options

21 Mar 11:41
Compare
Choose a tag to compare

The following options can now be configured in the reporterOptions section of the WDIO conf file.

combined: boolean

  • consolidate all JSON reports into a single file
  • default value is FALSE

filename: string

  • provide a name for the output JSON file
  • default value is provided if no name is specified.

Added hooks collection to report

09 Sep 18:18
Compare
Choose a tag to compare

This update is compatible with WDIO version v4.2.11 which contained a change to breakout hooks in the reporter

Replace CID with UUID in file naming

22 Aug 19:12
Compare
Choose a tag to compare

Addresses issue #3 where the CID can contain special characters when there are more than 27 spec files being processed. Instead a UUID is used to ensure unique files are being generated.