Releases: travisjeffery/mocha-teamcity-reporter
Releases · travisjeffery/mocha-teamcity-reporter
4.2.0
Version 4.1.0
Version 4
4.0.0 / 2021-05-03
- Breaking: Only supported on node.js 6 and above
- Breaking: Only Mocha version 6 and above is now supported
- Please remain on
mocha-teamcity-reporter@3
if this is an issue
- Please remain on
- New reporter option
ignoreHookWithName
to skip reporting for hooks with title containing some word (@DJ-Glock) - Implement 'hook end' event (@DJ-Glock)
- General maintenance and tidy up (@DJ-Glock)
Version 3.0.0
3.0.0 / 2019-01-21
Change mocha to peer dependency
Support mocha version 6
Breaking: focus on only support node.js environments
Breaking: Remove phantomJs support only supports environments which have require
Potential Breaking: Remove Redundant top level mocha.suite
Drop the duration on messages if mocha returns undefined/null (for example skipped test) TeamCity will then use received timestamps to calculate duration
Support Show diff between expected and actual values