-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Description
I am trying to fetch the generated junit test reports for my gradle project.
This is the test part of my gradle file:
test {
reports {
junitXml.enabled = true
junitXml.destination = file("$buildDir/xml")
html.enabled = true
}
I am not able to
- Figure out where this build directory for test cases reside
- Even if I change the destination directory; there is no junit xml file there.
I have done lots of exploration and still unable to figure this out.
Any help is greatly appreciated! :)
Metadata
Metadata
Assignees
Labels
No labels