winterbe / jest-teamcity-reporter

Teamcity Reporter for Jest Unittest Results
https://www.npmjs.com/package/jest-teamcity-reporter
Other
50 stars 23 forks source link

Added durations for finished tests and suites #9

Closed shredsandpatches closed 7 years ago

shredsandpatches commented 7 years ago

TeamCity test durations were being reported as <1ms, even for acceptance tests typically taking >30s to complete.

I've added duration values reported on completion of each test and suite, which match working output used by mocha-teamcity-reporter: https://github.com/travisjeffery/mocha-teamcity-reporter/blob/master/lib/teamcity.js

winterbe commented 7 years ago

LGTM, thanks.

winterbe commented 7 years ago

Published as 0.4.0 🎉

shredsandpatches commented 7 years ago

Thanks!