Releases: webdriverio-community/wdio-mochawesome-reporter
Releases · webdriverio-community/wdio-mochawesome-reporter
WDIO v8 Compatibility
Make reporter compatible with wdio v8
Minor change to README.md
Minor Readme.me Update
WDIO v7 Compatibility
What's Changed
Updates the Reporter to support WDIO v7
Native support for addContext
Thanks to @arnisgustins for contributing native support for addContext
functionality
Allow Merge Utility from WDIO Conf
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
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
WDIO v5 Compatibility
Updates the Reporter to support WDIO v5
Bug Fix
MARGE 3.x Support
- Major Code Refactoring
- Added Unit Tests
- Support for MARGE 3.x