When I run gradle test I get something like this as an output:

Test com.softwareag.bas.plugins.LocalizationPluginTest FAILED
5 tests completed, 1 failure

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':bas-plugins-localization:test'.
Cause: There were failing tests. See the report at
/Users/phil/dev/sag/bas_core/trunk/modules/plugins-localization/build/reports/tests.


So to me this it's ideal..... the actual problem isn't printed to the
console.  And I now have to cd into the
/Users/phil/dev/sag/bas_core/trunk/modules/plugins-localization/build/reports/tests
and type "open index.html"

Has anyone extended the testing plugin to provide something that makes
it easier to see the test results?

If not I'm thinking of writing a plugin that simply views the reports.
 You run the test task and then if you want to view the report, you
then run a task such as "gradle viewTestReport"

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to