jest-tc-reporter
v1.0.0
Published
Teamcity Reporter for Jest
Downloads
16
Maintainers
Readme
jest-tc-reporter
A fork of jest-teamcity-reporter.
Usage
First, install the package from NPM: npm install --save-dev jest-tc-reporter
The reporter integrates with Jest in form of a testResultsProcessor. Put this into your projects package.json
:
"jest": {
"testResultsProcessor": "jest-tc-reporter"
}
Reporter will kick in if TEAMCITY_VERSION
environment variable is not empty.
License
MIT © Benjamin Winterberg © Donatas Petrauskas