An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# jmeter-plugin : slack-notifier
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.iamshreeram.plugins.jmeter.functions/slack-notifier/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.iamshreeram.plugins.jmeter.functions/slack-notifier)
[![Build Status](https://travis-ci.org/iamshreeram/jmeter-plugin-slack-sender.svg?branch=master)](https://travis-ci.org/iamshreeram/jmeter-plugin-slack-sender)
[![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](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