Skip to content

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

License

Notifications You must be signed in to change notification settings

adalbertoteixeira/jest-bamboo-formatter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%