×
Mar 26, 2024 · The JUnit plugin provides a publisher that consumes XML test reports generated during the builds and provides some graphical visualization ...
To use this feature, first set up your build to run tests, then specify the path to JUnit XML files in the Ant glob syntax, such as **/build/test-reports/*.xml.
Allows JUnit-format test results to be published.
Base class for all test result objects. For compatibility with code that expects this class to be in hudson.tasks.junit, we've created a pure-abstract class ...
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as ...
Gets the total number of failed tests. Overrides: getFailCount in class TestResult; Returns: the total number of failed tests.
Mar 26, 2024 · Allows JUnit-format test results to be published.
To make this easier, Jenkins can record and aggregate test results so long as your test runner can output test result files. Jenkins typically comes bundled ...
Returns all suites with the given name. · Returns the top level test result data. · Gets the human readable title of this result object. · Gets the total number of ...