jest-aggregate-json-reporter
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Jest JSON Reporter

Node.js CI

JSON test aggregate results processor for Jest. Outputs the test results in JSON format as speified in the jest documentation to a file called test-results.json (configurable)

This is a fork of jest-json-reporter

Setup

npm install --save-dev jest-aggregate-json-reporter

Then add to Jest config in the package.json

...
"jest": {
  "testResultsProcessor": "jest-aggregate-json-reporter"
},
...

Configure

output file name

By default, output file goes to test-results.json. You can configure it by adding a outputFile field under jestJsonReporter in your package.json file:

"jestAggregateJsonReporter": {
  "outputFile": "tests/results.json"
},

Readme

Keywords

Package Sidebar

Install

npm i jest-aggregate-json-reporter

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

18.6 kB

Total Files

11

Last publish

Collaborators

  • interlock