Skip to content

Instantly share code, notes, and snippets.

@rishabh9
Created March 7, 2017 06:28
Show Gist options
  • Save rishabh9/17bc16ccfb2dc59611774e236f6bd0e9 to your computer and use it in GitHub Desktop.
Save rishabh9/17bc16ccfb2dc59611774e236f6bd0e9 to your computer and use it in GitHub Desktop.
Executing a single test method using SBT.
# change directory to project root
sbt
testOnly packageName.ClassNameTest -- -z "packageName.ClassNameTest.testMethodName"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment