Skip to content

Tinkoff/gatling-jdbc-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

948b531 · May 29, 2023

History

75 Commits
May 29, 2023
May 18, 2023
Mar 7, 2023
Feb 9, 2023
Mar 9, 2022
May 18, 2023
Jul 6, 2020
Feb 15, 2023
Feb 15, 2023
Feb 9, 2023

Repository files navigation

Gatling JDBC Plugin

Build Maven Central Scala Steward badge codecov.io

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

Usage

Getting Started

Plugin is currently available for Scala 2.13.

You may add plugin as dependency in project with your tests. Write this to your build.sbt:

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

Example Scenarios

Examples here