Releases: winterbe/jest-teamcity-reporter
Releases · winterbe/jest-teamcity-reporter
0.9.0
This version reports coverage statistics for TC10.
0.8.1
Fixes a problem with coverage reporting.
0.8.0
Report --coverage
results to Teamcity.
Kudos to @alexangas for this contribution.
0.7.0
Show fullName of tests in Teamcity (fixes #8).
0.6.0
Report general test suite error messages to Teamcity.
0.5.0
CLI option --teamcity
has been removed because custom options are no longer supported by Jest. As of 0.5.0 the reporter is automatically activated when environment variable TEAMCITY_VERSION
is present.
0.4.0
Report durations for test suites.