Grails News

AutoTest plugin released

I've just released a new Grails plugin called AutoTest. AutoTest provides an automatic (or continuous) testing feature for Grails. After having installed AutoTest you will be able to run the following new Grails script: grails auto-test This will start a continuously running Grails test process. Once you modify and save a file within your Grails project unit and integration tests (and as a matter of fact any kind of tests added by plugins) will be run against the new version of the changed file. This allows you to get continuous feedback on code changes without having to switch between editor and terminal. For more information, please have a look at the plugin documentation