Thought I would create a separate thread for this issue.
I created src/main for my main Gatling framework, src/test for unit tests to make sure that my framework is correct, and src/it for the scenarios that actually load test the application.
Problem is, I can't launch a single test.
> sbt "it:testOnly <class>"
does not work. Whereas
> sbt it:test
does. Sadly, I need the former to work more than the latter. Is it just me, or is it broken in the 2.1.7 version of the gatling-sbt plugin?