Hi,
I’d like to experiment with the Gatling code and I wondered if it was possible to run a simulation against the source?
I am using SBT and I note that the entry point is in gatling-app/src/main/scala/io/gatling/app/Gatling.scala.
I was thinking I could use the ‘runMain’ task.
I am currently running SBT from the gatling root (gatling-parent > ) and the ‘test’ task runs some unit tests.
Many Thanks
Aidy