1.0.0 • Published 7 years ago

jest-tc-reporter v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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