Usage:
.zip
filebuild.sbt
file in the root and set the name, organization, and versionsbt compile
to make sure it compilessbt gatling-it:testOnly com.example.testApp.ProveItWorks
to see it do something (meaningless)gatling-it:testOnly
doesn't work correctly from the command line. Works fine fom the shell. So run sbt
and then launch the individual simulation. It's faster to leave sbt running, anyway. To learn more about how to build Gatling projects using this seed, read the docs.