In maven , when.I click on ‘Start Engine’ (in intellij): I’m presented with list of simulations in the given project to choose from .
Do we have any such sbt gatling task , that can give me a list of all simulations in the project :
-
gatling:test
runs all the tests - Or to run a specific one i use
gatling:testOnly com.perf.gatlintest.sampleTest
For the second option mentioned above i need a command line that outputs the list of simulations .