jest-slack-reporter-ulms
v1.0.4
Published
Send custom Slack messages as a Jest test results processor.
Downloads
1,587
Readme
Jest Slack 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 your env variables (without https://)
WEBHOOK_URL=hooks.slack.com/services/X...X/X...X/X...X yarn test
- Set
jest-slack-reporter-ulms
as the jesttestResultsProcessor
injest.config.js
...
"jest": {
"testResultsProcessor": "./node_modules/jest-slack-reporter-ulms"
},
...