Gatling version: 3.14.3 Gatling flavor: java Gatling build tool: maven
Hi;
I am new to Gatling, I was following the instruction of Create your first Java-based simulation to run the first simulation, But I got Failed to execute goal io.gatling:gatling-maven-plugin:4.20.0:test No simulations to run
Can you please advise how to solve the issue?
The error message is very clear: you don’t have any concrete Java class extending io.gatling.javaapi.core.Simulation in your classpath, so Gatling doesn’t have anything to run.
Are you saying that you have just cloned the gatling-maven-plugin-demo-java repository and haven’t changed anything, such as removing the BasicSimulation.java file ?
If so, I’m afraid I can’t help: it works out-of-the-box for everyone else.