Running
grails test-app unit:concurrent
Allows to run Grails JUnit tests concurrently.
|
(Quick Reference)
Runninggrails test-app unit:concurrent Test execution processAll test classes are run concurrently apart from the ones marked with RunSequentially annotation which are run sequentially at the end of the test execution. |