Skip to content

Releases: travisjeffery/mocha-teamcity-reporter

4.2.0

20 Nov 22:26
Compare
Choose a tag to compare

4.2.0 / 2021-11-21

  • Solve # Issue 65 "Pending tests are displayed as Passed in teamcity UI" by PR #66 (@fernyb )
    • Solved by producing correct output as per teamcity documentation, functionality can be disabled by reporter option displayIgnoredAsIgnored

Version 4.1.0

30 May 04:12
Compare
Choose a tag to compare

4.1.0 / 2021-05-30

  • Solve # Issue 61 "Failed tests appears as successful in TeamCity" by PR #63 (@DJ-Glock)
    • Solved by adding postfix _hook for flowId for hooks. FlowIds will never intersect.

Version 4

03 May 07:44
Compare
Choose a tag to compare

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
  • 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

25 Feb 07:59
bc2b550
Compare
Choose a tag to compare

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