1.0.17 • Published 5 years ago

jest-slack-integration v1.0.17

Weekly downloads
14
License
ISC
Repository
-
Last release
5 years ago

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.json under jestSlackIntegration
  • Add the App Name to package.json under jestSlackIntegration
  • (optional) Add your bugsnag API key to package.sjon under jestSlackIntegration
"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
1.0.17

5 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago