Output unit testing results on console using spock junit testing and gradle build system
问题 GNU Emacs 24.3.1 Gradle 1.12 spock-core.0.7 Hello, I am doing unit testing with spock framework using the gradle build system. When I run my tests gradle test I just see a message like this: * What went wrong: Execution failed for task ':test'. > There were failing tests. See the report at: file:///home/projs/gradleTest/build/reports/tests/index.html Then I have to go and check the xml file to see what exception has been thrown Is there any option where I could see the exceptions in my