TestNG XML report pattern

This is a file name pattern that can be used to locate the TestNG XML report files (for example **/target/testng-results.xml).

The path is an Ant-style pattern (e.g. fileset) or a list of files and folders separated by the characters ;:,

TestNG must be configured to generate XML reports using org.testng.reporters.XMLReporter for this plug-in to function.