Socket
Socket
Sign inDemoInstall

jest-teamcity

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-teamcity

Jest Teamcity Reporter


Version published
Weekly downloads
27K
decreased by-5.4%
Maintainers
1
Weekly downloads
 
Created
Source

jest-teamcity

TeamCity Reporter for Jest testing framework which groups tests using TeamCity Test Suites.

Features

  • grouping tests by test suites
  • output tests duration
  • output pending, failed test with message and stack

Install

Install with npm: npm install --save-dev jest-teamcity

Usage

Put this into jest configuration file or package.json

"jest": {
    "testResultsProcessor": "jest-teamcity"
}

To enable TeamCity reporter, use the following option: jest --teamcity

Package.json example:

"scripts": {
    "test": "jest",
    "test:teamcity": "jest --teamcity"
}

License

MIT © [Ivan Tereshchenkov]

Keywords

FAQs

Package last updated on 25 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc