Play! framework: customize which tests are run
问题 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-only MyParticularSpec . What I would like to do is mark some particular specifications, or even single methods inside a specification, in order to do things like: running all tests that are not integration (that is, that do not access external resources) running all tests that do not access external resources in write mode (but still