Jmeter function to send slack notification
For Maven,
<dependency>
<groupId>com.github.iamshreeram.plugins.jmeter.functions</groupId>
<artifactId>slack-notifier</artifactId>
<version>1.0</version>
</dependency>
- Create a Bot user or Incoming Webhook in slack
- Get the URL https://hooks.slack.com/services/xxx/yyy/SLACK_TOKEN
- Place the jar from maven repo in
lib/ext
of your jmeter bin - Start using below command in beanshell
__WebHookNotify(Webhook url,Message to be sent)
- Helps in publishing load test status to slack channels
- Capable of sending attachment reports
- Can be interactive with other Bots
- Create Interface for Bots
- Add few user controls to run load test interactively