com.github.iamshreeram.plugins.jmeter.functions:slack-notifier

Jmeter plugin for slack notification

Лицензия

Лицензия

Категории

Категории

JMeter Тестирование приложения и мониторинг
Группа

Группа

com.github.iamshreeram.plugins.jmeter.functions
Идентификатор

Идентификатор

slack-notifier
Последняя версия

Последняя версия

1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

com.github.iamshreeram.plugins.jmeter.functions:slack-notifier
Jmeter plugin for slack notification
Ссылка на сайт

Ссылка на сайт

https://github.com/iamshreeram/jmeter-plugin-slack-sender
Система контроля версий

Система контроля версий

http://github.com/iamshreeram/jmeter-plugin-slack-sender/tree/master

Скачать slack-notifier

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.iamshreeram.plugins.jmeter.functions/slack-notifier/ -->
<dependency>
    <groupId>com.github.iamshreeram.plugins.jmeter.functions</groupId>
    <artifactId>slack-notifier</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.iamshreeram.plugins.jmeter.functions/slack-notifier/
implementation 'com.github.iamshreeram.plugins.jmeter.functions:slack-notifier:1.0'
// https://jarcasting.com/artifacts/com.github.iamshreeram.plugins.jmeter.functions/slack-notifier/
implementation ("com.github.iamshreeram.plugins.jmeter.functions:slack-notifier:1.0")
'com.github.iamshreeram.plugins.jmeter.functions:slack-notifier:jar:1.0'
<dependency org="com.github.iamshreeram.plugins.jmeter.functions" name="slack-notifier" rev="1.0">
  <artifact name="slack-notifier" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.iamshreeram.plugins.jmeter.functions', module='slack-notifier', version='1.0')
)
libraryDependencies += "com.github.iamshreeram.plugins.jmeter.functions" % "slack-notifier" % "1.0"
[com.github.iamshreeram.plugins.jmeter.functions/slack-notifier "1.0"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.apache.jmeter : ApacheJMeter_core jar 3.3
org.scala-lang : scala-library jar 2.12.4
com.google.code.gson : gson jar 2.8.5

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0