Skip to content

Junit xml reports for gradle project #694

@rohinwork

Description

@rohinwork

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

  1. Figure out where this build directory for test cases reside
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions