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.

Escape Test description string?

If checked, the plug-in escapes the Test description string while displaying test method related information

Escape exception messages?

If checked, the plug-in escapes the messages from exceptions thrown by the test methods