https://github.com/iamshreeram/jmeter-plugin-slack-sender
Send notifications to slack after jmeter runs a test
https://github.com/iamshreeram/jmeter-plugin-slack-sender
bot jmeter jmeter-plugin notification notifications plugin scala slack
Last synced: 6 months ago
JSON representation
Send notifications to slack after jmeter runs a test
- Host: GitHub
- URL: https://github.com/iamshreeram/jmeter-plugin-slack-sender
- Owner: iamshreeram
- License: bsd-2-clause
- Created: 2018-06-21T22:50:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T21:56:52.000Z (over 7 years ago)
- Last Synced: 2025-08-01T11:53:52.748Z (11 months ago)
- Topics: bot, jmeter, jmeter-plugin, notification, notifications, plugin, scala, slack
- Language: Java
- Size: 86.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jmeter-plugin : slack-notifier
[](https://maven-badges.herokuapp.com/maven-central/com.github.iamshreeram.plugins.jmeter.functions/slack-notifier)
[](https://travis-ci.org/iamshreeram/jmeter-plugin-slack-sender)
[](https://opensource.org/licenses/BSD-2-Clause)
Jmeter function to send slack notification
## Dependencies
For Maven,
```xml
com.github.iamshreeram.plugins.jmeter.functions
slack-notifier
1.0
```
## 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