I’ve been having this issue since 4.8.0 of the gatling-sbt plugin. that is the only thing that has been changed, and since then when trying to stage the loadTests with loadTests/stage I get the error
“[error] (loadTests / Gatling-it / enterprisePackage) io.gatling.plugin.pkg.EnterprisePackager$1: Your project doesn’t contain any Simulation”. I Have searched high and low for a similar issue to this, but cannot find anything . I’ve tried adding the path to the gatling.config file, and also tried adding it to the build.sbt, but nothing seems to work. Can anyone help please?
Hello,
Several things:
- Have you checked the requirements before posting, in particular make sure to use the latest version and then provide a reproducer we can use to investigate
- You’re using
enterprisePackage. Are you a Gatling Enterprise customer (which is the only case you should be using this task)?
Regards