newman-reporter-slack-fancy
v1.0.11
Published
A newman reporter for slack
Downloads
8
Readme
newman-reporter-slack
Installation
npm install newman-reporter-slack.git
Usage
Set the environment variables.
SLACK_WEBHOOK_URL='https://hooks.slack.com/services/xxx/yyy/zzzzzzzzzzzz'
SLACK_CHANNEL='#slack-channel'
HEADER='newman run'
Run newman test with the reporter option -r slack
newman run my-collection.postman_collection.json -r cli,slack