Gatling load tests in different folder

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

Hi All,

I found solution to the above challenge, here it is https://github.com/Seetaramayya/gatling-sbt-plugin-demo

Still what I didnt understand is why I have to add compiled class to classpath.

Regards,
Seeta