Digging around the current site for something like this
I get nothing looking for “Simulation Modularization”
http://gatling.io/docs/2.0.2/search.html?q=Simulation+Modularization&check_keywords=yes&area=default
And when I search here I ended up following a link with the reply “did you read the documentation?” http://gatling.io/docs/1.5.6/user_documentation/tutorial/advanced_usage.html#simulation-modularization
Per this documentation, if I want to have modular executions I’ll need multiple Maven executions:
But this means I cannot use:
mvn gatling:execute
Which practice is considered best?
Thanks.