We can test our Grails application with $ grails test-app. But if one or more test fail we can easily rerun only the failed tests with the following command:
$ grails test-app
$ grails test-app -rerun