Hello,
I am trying to run some unit tests for my grails app, via "grails test-app -unit". This works as expected.
However, when the tests are done, junitreport takes way too long to generate the HTML results, eg:
[junitreport] Transform time: 33294ms
33 seconds (on top of the rest of the time) is ridiculous when I want to rapidly make modifications and re-test. Is there a way I can disable this, and just use the plain-text output?