Where is the gradle test report?
When I run gradle outside the IDE, the generated test report is in
build/reports/tests/index.html. Inside IDEA, when I run "gradle build" I don't even see the build folder. Is there an easy to get access to the test report?
Thanks!
请先登录再写评论。
Hi Kenneth,
there is no such an option within the current IDEA gradle integration. You can watch the related feature request at http://youtrack.jetbrains.com/issue/IDEA-116904
--Vlad