https://github.com/gatling/gatling-sbt-plugin-demo
Showcase of the Gatling Plugin for SBT
https://github.com/gatling/gatling-sbt-plugin-demo
automation gatling loadtesting sbt sbt-plugin
Last synced: 2 months ago
JSON representation
Showcase of the Gatling Plugin for SBT
- Host: GitHub
- URL: https://github.com/gatling/gatling-sbt-plugin-demo
- Owner: gatling
- Created: 2014-12-01T09:01:04.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2025-07-17T22:42:39.000Z (3 months ago)
- Last Synced: 2025-07-18T03:30:37.449Z (3 months ago)
- Topics: automation, gatling, loadtesting, sbt, sbt-plugin
- Language: Scala
- Homepage: https://gatling.io
- Size: 104 KB
- Stars: 152
- Watchers: 17
- Forks: 112
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Gatling plugin for SBT - Scala demo project
===========================================A simple showcase of an SBT project using the Gatling plugin for SBT. Refer to the plugin documentation
[on the Gatling website](https://docs.gatling.io/reference/integrations/build-tools/sbt-plugin/) for usage.This project is written in Scala. For other languages, consider using
[our other supported build plugins](https://docs.gatling.io/reference/integrations/build-tools/).It includes:
* minimal `build.sbt`, requiring [SBT 1](https://www.scala-sbt.org/download.html)
* latest version of the `io.gatling:gatling-sbt` plugin applied
* sample [Simulation](https://docs.gatling.io/reference/glossary/#simulation) class,
demonstrating sufficient Gatling functionality
* proper source file layout
* both the `test` and `it` (integration test) configurations are shown