Say I have a Scalatest file in the main directory, is there a sbt command to run the test such as testOnly or `runMain'? On IntelliJ, you are given the option to run the test.
Run scalatest in main instead of test through sbt?
447 views Asked by ferk86 At
1
You should be able to use
test-only. From the scalatest user guide: