jest-slack-reporter-sps

1.1.0 • Public • Published

Jest JSON Reporter

Jest reporter that notifies a slack channel via Incoming Webhook integration

Set up

  1. Set up a Slack Incoming Webhook integration
  2. Add the Webhook URL to package.json under jestSlackReporter
"jestSlackReporter": {
  "webhookUrl": "https://hooks.slack.com/services/XXXXXXXXX/XXXXXXXXX/XXXXXXXXXXXXXXXXXX"
},
  1. Set jest-slack-reporter as the jest testResultsProcessor
...
"jest": {
  "testResultsProcessor": "./node_modules/jest-slack-reporter"
},
...

Package Sidebar

Install

npm i jest-slack-reporter-sps

Weekly Downloads

35

Version

1.1.0

License

MIT

Last publish

Collaborators

  • olivertaylor