Skip to content

Releases: webdriverio-community/wdio-mochawesome-reporter

WDIO v8 Compatibility

14 Jul 16:34
Compare
Choose a tag to compare

Make reporter compatible with wdio v8

Minor change to README.md

14 Jul 16:21
Compare
Choose a tag to compare

Minor Readme.me Update

WDIO v7 Compatibility

14 Jul 08:01
Compare
Choose a tag to compare

What's Changed

Updates the Reporter to support WDIO v7

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