Many testing frameworks support passing in additional CLI arguments to the test runner, often for specifiying only a subset of tests to run. Currently, Bleep does not seem to support providing additional arguments while running the bleep test command, aside from the test project name. This would be good to have as running all tests while working on a particular feature is rarely necessary.
For example, while using Scalatest and sbt, you can type
testOnly com.dummy.app.MyTestClass
in the console to run only the tests contained in MyTestClass.
Finally, I'd like to take a few words to thank you for this amazing project (it's so fast!) and it has truly been a joy to use so far :)
Many testing frameworks support passing in additional CLI arguments to the test runner, often for specifiying only a subset of tests to run. Currently, Bleep does not seem to support providing additional arguments while running the
bleep testcommand, aside from the test project name. This would be good to have as running all tests while working on a particular feature is rarely necessary.For example, while using Scalatest and
sbt, you can typein the console to run only the tests contained in
MyTestClass.Finally, I'd like to take a few words to thank you for this amazing project (it's so fast!) and it has truly been a joy to use so far :)