Is it possiblt to run only a single test/simulation with Gatling Maven plugin with comand line arguments? Similar to SBT plugin testOnly
.
Asked
Active
Viewed 1,403 times
0

Touko
- 11,359
- 16
- 75
- 105
1 Answers
0
This is possible with parameter gatling.simulationClass
, for example
mvn gatling:test -Dgatling.simulationClass=foo.bar.MySimulation
(Gatling Maven plugin 3.1.1 used)
In general, different parameters can be seen with
mvn gatling:help -Ddetail=true

Touko
- 11,359
- 16
- 75
- 105