Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jest-json-reporter

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-json-reporter

JSON test results processor for Jest.

  • 1.2.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
25K
increased by12.41%
Maintainers
1
Weekly downloads
 
Created
Source

Jest JSON Reporter

JSON test 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)

Setup

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

Then add to Jest config in the package.json

...
"jest": {
  "testResultsProcessor": "./node_modules/jest-json-repoter"
},
...

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:

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

Keywords

FAQs

Package last updated on 23 May 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc