[GRADLE-182] Make Junit reporting optional Created: 20/Aug/08  Updated: 04/Jan/13  Resolved: 13/Feb/09

Status: Resolved
Project: Gradle
Affects Version/s: None
Fix Version/s: 0.6

Type: Improvement
Reporter: Hans Dockter Assignee: Tom Eyckmans
Resolution: Fixed Votes: 0

Issue Links:
dependent
dependent on GRADLE-27 Add testNG support Resolved

 Description   

I think it is a good default to always generate JUnit reports. But people should be able to disable it I think.



 Comments   
Comment by Tom Eyckmans [ 05/Jan/09 ]

I've covered this option when working on the TestNG integration

In the build file you can do:

test {
enableTestReport() / disableTestReport() / testReport = false / testReport = true ( whatever you like best )
}

Comment by Tom Eyckmans [ 09/Jan/09 ]

The test report switch is part of the changes I made while I was adding the TestNG support.

Generated at Wed Jun 30 11:23:46 CDT 2021 using Jira 8.4.2#804003-sha1:d21414fc212e3af190e92c2d2ac41299b89402cf.