Starter for performance test runing on gatling with sbt plugin
- Running performance tests from sbt
- Building Fat JAR to run performance test from separate environment without need run it from sbt
- Providing external configuration of performance tests from ENV variables e.g. -DUSERS=10
gatling-it:test
- to run all testsgatling-it:testOnly pl.szymonprz.ScenarioExample
- to run only one scenario
it:assembly
- to build fat jarjava -jar -DUSERS=10 gatling-starter-0.1.jar -s pl.szymonprz.ScenarioExample
- to run scenario with changed configuration of users count