Hello,
I am trying to use gatling in my project but I don’t want to keep all load tests in scala/test
. I tried to follow the documentation (http://gatling.io/docs/2.2.0/extensions/sbt_plugin.html) and git hub sbt plugin demo (https://github.com/gatling/gatling-sbt-plugin-demo). Here are my changes https://github.com/Seetaramayya/gatling-sbt-plugin-demo/pull/1/files. I tried to execute gatling:test
nad gatling:testOnly computerdatabase.BasicSimulation
but it didn’t work.
Can you please help me in understanding what am I doing wrong?
Regards,
Seeta