Hi,
I have a project set up with a custom simulations and resources folder like such
customlocation/simulations/ExampleSimulation.scala
customlocation/resources/
examplesimulation/0000_request.json
When I run gatling I use the command
gatling.sh -rsf customlocation/resources -sf customlocation/simulations
It finds the simulation fine in the custom location but always reports
Resource examplesimulation/0000_request.json not found
From what I found the -rsf cmd line option should link the resources folder correctly like the simulations folder. Am I doing somethign wrong or this is a bug?
For extra info I’m using gatling 3.2.0