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
You can also use without any change to your build
test-only * -- exclude integration
Tested in Play 2.1-RC3