0.2.0 • Published 8 years ago
gbmdigital-jest-slack-reporter v0.2.0
Jest JSON Reporter
Jest reporter that notifies a slack channel via Incoming Webhook integration
Set up
- Set up a Slack Incoming Webhook integration
- Add the Webhook URL to
package.jsonunderjestSlackReporter
"jestSlackReporter": {
"webhookUrl": "https://hooks.slack.com/services/XXXXXXXXX/XXXXXXXXX/XXXXXXXXXXXXXXXXXX"
},- Set
jest-slack-reporteras the jesttestResultsProcessor
...
"jest": {
"testResultsProcessor": "./node_modules/jest-slack-reporter"
},
...0.2.0
8 years ago