Socket
Socket
Sign inDemoInstall

jest-bamboo-formatter

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    jest-bamboo-formatter

A reporter for jest which produces a report compatible with Atlassian Bamboo Mocha Test Parser.


Version published
Weekly downloads
1.8K
increased by0.71%
Maintainers
1
Install size
737 kB
Created
Weekly downloads
 

Readme

Source

jest bamboo formatter

view on npm Build Status

A reporter for jest which produces a report compatible with Atlassian Bamboo Mocha Test Parser. Forked from eslint-bamboo-formatter

Installation

npm install jest-bamboo-formatter

Usage

In the jest config file add the path to the module. For example.

{
    "testResultsProcessor": "node_modules/jest-bamboo-formatter"
}

then run jest (or a npm run command) with the path to the config file

    jest --config=./config/jest.config.json

Output

By default, the reporter writes to jest.json. The file name can be changed by setting the JEST_FILE environment variable.

License

MIT

Keywords

FAQs

Last updated on 30 Mar 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc