(Quick Reference)

Running

grails test-app unit:concurrent-explicit

Test execution process

All the test classes that are marked with RunConcurrently annotation are run concurrently while all the other test classes are run sequentially at the end of the test execution.