Search

Dark theme | Light theme

January 21, 2010

Grails Goodness: Rerun the Latest Failed Test

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 -rerun