Here, you provide a path to the JUnit or TestNG XML reports. Their exact location will depend on a project—for a Maven project, a path like **/target/surefire-reports/*.xml will find them for most projects. For an Ant-based project, it will depend on how you configured the Ant JUnit task, as we discussed above.