Skip to content

Instantly share code, notes, and snippets.

@frosforever
Created May 4, 2015 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frosforever/8a7dbd7a8c952d8a46b9 to your computer and use it in GitHub Desktop.
Save frosforever/8a7dbd7a8c952d8a46b9 to your computer and use it in GitHub Desktop.
SBT scalaTest testOnly regex
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