1.0.17 • Published 6 years ago
jest-slack-integration v1.0.17
Jest Slack Integration
This script allows you to post test results to slack.
Setup
- Set up a Slack Incoming Webhook integration
- Add the Webhook URL to
package.jsonunderjestSlackIntegration - Add the App Name to
package.jsonunderjestSlackIntegration - (optional) Add your bugsnag API key to
package.sjonunderjestSlackIntegration
"jestSlackIntegration": {
"webhookUrl": "https://hooks.slack.com/services/XXXXXXXXX/XXXXXXXXX/XXXXXXXXXXXXXXXXXX",
"bugsnagAPI": "bgfdsy564e3y6b7nuh54dd",
"appName": "My App"
},Set jest-slack-integration as the jest testResultsProcessor in your package.json or jest.config.js file
"jest": {
"testResultsProcessor": "./node_modules/jest-slack-integration"
},Support
- Log an issue on this repo