jest-bamboo-formatter

1.0.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    123
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    123
  • 1.0.1
    16,187
  • 0.0.3
    333
  • 0.0.2
    4
  • 0.0.1
    5

Package Sidebar

Install

npm i jest-bamboo-formatter

Weekly Downloads

1,770

Version

1.0.0

License

MIT

Unpacked Size

754 kB

Total Files

8

Last publish

Collaborators

  • adalbertoteixeira