Releases: Infragistics/mocha-trx-reporter
Releases · Infragistics/mocha-trx-reporter
v3.2.4
- Declare
mocha
as peer dependency instead of bundling a fixed version
This way we prevent version mismatch that can lead to errors (issue #18)
v3.2.2
Update dependencies in order to remove audit warnings.
v3.1.0
Fix critical audit warnings by updating mocha to ^5.0.0
v3.0.1
- Improve conformance with TFS 2013 format.
- Update mocha-trx dependency.
v2.0.0
- Use
--reporter-options
instead of custom command line arguments.
- Support for skip & timeout outcomes (@bgever).
- Option to treat pending as not executed (@bgever).
- Option to exclude pending tests from TRX (@bgever).
- Update to mocha 3.0 and node-trx 0.6.0 (@bgever & @x3au).