Running
grails test-app unit:concurrent-explicit
Allows to run Grails JUnit tests concurrently.
|
(Quick Reference)
Runninggrails test-app unit:concurrent-explicit Test execution processAll 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. |