newman-reporter-moov-slack-msg

1.3.3 • Public • Published

newman-reporter-slackmsg

Custom Newman reporter to send message to Slack

Before you get started

Installation

npm i -g newman-reporter-slackmsg

Usage

 newman run <collectionFile> -e <environmentFile> --suppress-exit-code -r slackmsg --reporter-slackmsg-webhookurl '<webhookurl>'

Usage with channel override bot

 newman run <collectionFile> -e <environmentFile> --suppress-exit-code -r slackmsg --reporter-slackmsg-webhookurl '<https://slack.com/api/chat.postMessage>' --reporter-slackmsg-token '<bearer token>' --reporter-slackmsg-chanel '<channel or userid>'

Reporter Options Optionals

 --reporter-slackmsg-messageSize '<messageSize>' e.g 150
 --reporter-slackmsg-token '<bearer token>' e.g xoxb-XXXXXXXXXXXX-TTTTTTTTTTTTTT
 --reporter-slackmsg-channel '<channel>' e.g #general
 --reporter-slackmsg-failuresChannel '<channel>' e.g. #alerts
 --reporter-slackmsg-collection '<collectionName> e.g test.json
 --reporter-slackmsg-environment '<environmentName> e.g env.json

Reporter Options

webhookurl Webhook URL to point to the slack api where results are published

collection Option to add the name of collection file onto the message

environment Option to add the name of environment file onto the message

messageSize Option to change the message size, defaulted to 100

token Option to use bearer token for slack bots for channel override

channel Option to select channel or user receive the result

failuresChannel Option to select channel or user to receive failures

Package Sidebar

Install

npm i newman-reporter-moov-slack-msg

Weekly Downloads

0

Version

1.3.3

License

ISC

Unpacked Size

213 kB

Total Files

13

Last publish

Collaborators

  • brandon_moov