Output unit testing results on console using spock junit testing and gradle build system

后端 未结 2 1210
花落未央
花落未央 2021-01-13 08:49
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

2条回答
  •  醉酒成梦
    2021-01-13 08:53

    Try gradle --stacktrace test. I believe that will show the stacktraces that produced the test failures/errors.

    You could also perhaps add the --debug option also for additional information.

提交回复
热议问题