In some other testing environments, I use tagging, e.g. @really_slow, @front_end
And then run different batches of tests, for example, I can configure the build list to run all the tests in reality, and you might want to run all the tags marked as front but not marked as very slow.
To run spock + geb tests in grails, I just run the grails test application:
How do I say to run a subset?
source share