I am very new to gatling and just followed the Quickstart https://gatling.io/docs/current/quickstart/
At the very last step I am doing the following
bin/gatling.sh
but I get the following output:
GATLING_HOME is set to /Users/adietz/Work/30_Nexus/gaitling/gatling-charts-highcharts-bundle-2.3.1/
10:24:03.531 [GatlingSystem-akka.actor.default-dispatcher-3] INFO akka.event.slf4j.Slf4jLogger - Slf4jLogger started
There is no simulation script. Please check that your scripts are in user-files/simulations
10:24:03.921 [GatlingSystem-akka.actor.default-dispatcher-3] INFO akka.actor.CoordinatedShutdown - Starting coordinated shutdown from JVM shutdown hook
I have set the JAVA_HOME variable myself, and running this all on a Mac with OsX 10.13.4 (could well be that I get this error because of the mac…).
However, I am running the above command from a directory which contains the folders
ls user-files/simulations/
computerdatabase/
and there is a scala file in that folder…
So how to let the app know that there IS in fact a file …?