Hi,
There was a problem with running tests on Teamcity, when trying to run a tool through sbt with the command:
Gatling/testOnly pathToTest
it first runs Gatling/testOnly
(which runs all the tests in general), and then tries to run pathToTest
and, as expected, gives an error
“Gatling/testOnly pathToTest” if wrapped in quotes, it gives an error about incorrect syntax and that it expects the command to close instead of a space (triple quotes have the same effect)
Any thoughts on how to get sbt to ignore the space or read the path to the test? Or just do something differently?