(Quick Reference)

Running

grails test-app unit:concurrent

Test execution process

All test classes are run concurrently apart from the ones marked with RunSequentially annotation which are run sequentially at the end of the test execution.