Skip to content

Releases: jemishgopani/wdio-mochawesome-reporter

Native support for addContext

29 Apr 17:17
Compare
Choose a tag to compare

Thanks to @arnisgustins for contributing native support for addContext functionality

Allow Merge Utility from WDIO Conf

07 Aug 10:30
Compare
Choose a tag to compare

Contributions from @thekiiingbob and @arcmorales.

  • Allow custom naming of merged results file
  • Adapt mergeResults to accept parameters in addition to cli args.

Add Merge Utility

29 May 15:01
5031734
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-mochawesome-reporter json files into a single file that conforms to the format required by mochawesome-reporter-generator

Bug Fix

24 May 18:45
ac7a70d
Compare
Choose a tag to compare

Fixes bug found with skipped tests not being reported properly

WDIO v5 Compatibility

24 May 18:29
abed074
Compare
Choose a tag to compare

Updates the Reporter to support WDIO v5

Bug Fix

11 Sep 03:59
508302a
Compare
Choose a tag to compare

Addresses #32

MARGE 3.x Support

09 Sep 12:07
6e60213
Compare
Choose a tag to compare
  • Major Code Refactoring
  • Added Unit Tests
  • Support for MARGE 3.x

Full Support for Add Context

31 Jan 12:51
Compare
Choose a tag to compare

This release adds full support for the Mochawesome addContext feature.

Requires a minimum packages versions for the following:

  • webdriverio - 4.10.1
  • wdio-mocha-framework - 0.5.12

Thanks to @snoblenet for doing the heavy lifting

Bug Fix

13 Jan 11:46
Compare
Choose a tag to compare

Fix resolution of screenshot paths #19

Bug Fix

04 Jan 00:52
5c4ad3d
Compare
Choose a tag to compare

Release addresses #17 so that the reporter now utilizes the screenshotPath specified in the WDIO config file instead of a hardcoded path of ./screenshots