Created
May 4, 2015 20:19
-
-
Save frosforever/8a7dbd7a8c952d8a46b9 to your computer and use it in GitHub Desktop.
SBT scalaTest testOnly regex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
testOnly *MySuite -- -z foo | |
to run only the tests whose name includes the substring "foo". For exact match rather than substring, use -t instead of -z. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment