0.3.1 • Published 2 years ago

@pandell/jest-teamcity v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

jest-teamcity

License: MIT Node.js CI

jest-teamcity is a modern Jest Test Result Processor for TeamCity written in TypeScript. It makes use of TeamCity service messages to pass information about the Jest test results to the TeamCity server. This makes it possible to display Jest test results in real-time and make the test information available on the Tests tab of the Build Results page.

Contribute

To build and contribute to this project, you require Node and the yarn package manager.

# build the project
yarn build

# run tests
yarn test

Create a Release

gh release create v1.2.3