1.0.17 • Published 6 years ago

jest-slack-integration v1.0.17

Weekly downloads
14
License
ISC
Repository
-
Last release
6 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

6 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago