Skip to content

iamshreeram/jmeter-plugin-slack-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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