npm install newman-reporter-slack.git
SLACK_WEBHOOK_URL='https://hooks.slack.com/services/xxx/yyy/zzzzzzzzzzzz'
SLACK_CHANNEL='#slack-channel'
HEADER='newman run'
newman run my-collection.postman_collection.json -r cli,slack
npm install newman-reporter-slack.git
SLACK_WEBHOOK_URL='https://hooks.slack.com/services/xxx/yyy/zzzzzzzzzzzz'
SLACK_CHANNEL='#slack-channel'
HEADER='newman run'
newman run my-collection.postman_collection.json -r cli,slack