Tinkoff / gatling-amqp-plugin

Plugin for support performance testing with AMQP in Gatling (3.7.x)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatling AMQP Plugin

Build Maven Central Scala Steward badge codecov.io

Plugin for support performance testing with AMQP in Gatling(3.9.x)

Usage

Getting Started

Plugin is currently available for Scala 2.13, Java 17, Kotlin.

You may add plugin as dependency in project with your tests.

Scala

Write this to your build.sbt:

libraryDependencies += "ru.tinkoff" %% "gatling-amqp-plugin" % <version> % Test

Java

Write this to your dependencies block in build.gradle:

gatling "ru.tinkoff:gatling-amqp-plugin_2.13:<version>"

Kotlin

Write this to your dependencies block in build.gradle:

gatling("ru.tinkoff:gatling-amqp-plugin_2.13:<version>")

Example Scenarios

Scala

Java

Kotlin

About

Plugin for support performance testing with AMQP in Gatling (3.7.x)

License:Apache License 2.0


Languages

Language:Scala 65.3%Language:Java 27.5%Language:Kotlin 7.2%