Not sure if the test results can be presented some way ala jenkins. This should be approved by @djtfmartin to go ahead, because I know for sure many Grails apps will fail, but just because the source code contains the default test generated implementation by the Grails scaffolding which says:
void testSomething() {
fail "Implement me"
}
which should be committed in the first place :-) This change in the build process would prevent that and maybe encourage people to create more automatic test :-P
Not sure if the test results can be presented some way ala jenkins. This should be approved by @djtfmartin to go ahead, because I know for sure many Grails apps will fail, but just because the source code contains the default test generated implementation by the Grails scaffolding which says:
which should be committed in the first place :-) This change in the build process would prevent that and maybe encourage people to create more automatic test :-P