Want to run JUST unit tests with test-app?

It turns out you can. It’s yet another poorly documented grails feature. You can just put -unit or -integration on the command line with test-app, like so:

grails test-app -unit

grails test-app -integration

Notice the space between test-app and the other bits. It’s important.

0 comments ↓

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment