JSPM

jest-bamboo-formatter

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2458
  • Score
    100M100P100Q121677F
  • License MIT

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

Package Exports

  • jest-bamboo-formatter

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jest-bamboo-formatter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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