Hello,
I apologize if this is a silly question, but I am having trouble running my simulation from frontline. I have a maven project and I can get the simulations to run fine with the gatling:test maven command, but when I try to run the simulation from frontline it gives me an error saying that it cannot validate the package and cannot find my simulation (named CloudTest). I have my simulation located in the src/test/scala/Simulations directory and I have my testSourceDirectory set to src/test/scala in my pom.xml file. Lastly I have the simulation path in frontline set to Simulations.CloudTest . Is there something that I’m missing?
Thanks