I have a Play! 2 for Scala application, and I am using Specs2 for tests. I can run all tests with the test command, or a particular specification with test-on
test
test-on
I'm using Play2.2, and there are 2 ways to do this depending on whether or not you are in the play console.
test-only full.namespace.to.TestSpec
test-only "full.namespace.to.TestSpec"