Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.34 KB

File metadata and controls

38 lines (29 loc) · 1.34 KB

jmeter-plugin : slack-notifier

Maven Central Build Status License

Jmeter function to send slack notification

Dependencies

For Maven,

<dependency>
  <groupId>com.github.iamshreeram.plugins.jmeter.functions</groupId>
  <artifactId>slack-notifier</artifactId>
  <version>1.0</version>
</dependency>

How to use

  1. Create a Bot user or Incoming Webhook in slack
  2. Get the URL https://hooks.slack.com/services/xxx/yyy/SLACK_TOKEN
  3. Place the jar from maven repo in lib/ext of your jmeter bin
  4. Start using below command in beanshell
__WebHookNotify(Webhook url,Message to be sent)

Purpose

  1. Helps in publishing load test status to slack channels
  2. Capable of sending attachment reports
  3. Can be interactive with other Bots

Future works

  1. Create Interface for Bots
  2. Add few user controls to run load test interactively