Hello,
Is it possible to specify, in command line, another config.conf to execute with ?
For example, I want to run gatling with a command like this :
mvn gatling:execute -DlistOfWS=test -DconfigFile=gatling2.conf
or maybe :
mvn gatling:execute -DlistOfWS=test -DconfigFolder=/src/test/resources2
Here the version I use :
<gatling.version>2.3.1</gatling.version>
<gatling-plugin.version>2.2.2</gatling-plugin.version>
<gatling-jdbc.version>1.0.1</gatling-jdbc.version>
<scala-maven-plugin.version>3.2.2</scala-maven-plugin.version>