Hi All,
Just trying to figure out to execute a simulation class from the command line,
Gatling is at location /home/user/gatling
and simulation class is at /src/test/scala/com/Simulator/
when trying from gatling/bin folder as follows:
./gatling.sh -s /src/test/scala/com/Simulator/ , getting classnotfound error.
Please help.
Thanks,
Rakesh
Hi Rakesh,
since I’m working on a similar problem that is the command line which works foe me
gatling.sh -s computerdatabase.BasicSimulation -bf /Users/sgoeschl/work/github/sgoeschl/readonly/target/ -rf /Users/sgoeschl/work/github/sgoeschl/readonly/results/ -sf /Users/sgoeschl/work/github/sgoeschl/readonly/user-files/
Thanks in advance,
Siegfried Goeschl