I am trying to customise Gatling configuration. I’m running my tests using SBT.
My gatling version is 2.1.7.
None of my changes are noticed by Gatling.
I have tried:
-
Creating a gatling.conf file with the http {…} block in the conf directory within src/test/resources and src/main/resources
-
Passing in the environment variables I care about using system variables, being sure to obey the HOCON path e.g. -Dhttp.enableGA=false