Hi Team
I would like to know if there is a way , to passe as JVM parameter a name of scn to run in setup
For example if in my Simulation i have scn01 to scn05 and i want to run a setup like below but depending of a situation i need to change wich scenario to run before another
setUp(
SCN**XX**.inject( atOnceUsers(10))
.andThen( SCN**YY**.inject(atOnceUsers(1)
))
).protocols(httpProtocol)
i tried using : val SCNXX= System.getProperty(“myscenario”) , where i will pass -D= but Gatling doest not like it
Thanks in advance
Regards
Corrine