×
When this option is configured, Jenkins can provide useful information about test results, such as historical test result trends, a web UI for viewing test ...
Mar 26, 2024 · Test report XMLs: Specify the path to JUnit XML files in the Ant glob syntax, such as **/build/test-reports/*. · Retain long standard output/ ...
Returns true if this doesn't have any any test results. boolean, isPassed(). boolean, isSkipOldReports().
Missing: history
The JUnit plugin provides a publisher that consumes XML test reports generated during the builds and provides some graphical visualization of the historical ...
Missing: howto | Show results with:howto
Sep 18, 2023 · This plugin allows you to publish TestNG test results generated using org.testng.reporters.XMLReporter . TestNG result xml file contains ...
Missing: history
Feb 22, 2024 · Jenkins can provide useful information about test results, such as the historical test result trend, web UI for viewing test reports, tracking ...
Jan 27, 2024 · The post execution failed due to the failure to upload the HTML report to the directory and the failure to record test results in the junit ...
Missing: howto history
Model objects that represent JUnit test reports. · Defines contracts that need to be implemented by a test reporting action (such as the built-in JUnit one).
Missing: howto history
Specify the path to the Performance report files, relative to the workspace root. Plugin will be automatically detect parser for each report file.
Used to create a fake failure, when Hudson fails to load data from XML files. Public since 1.526. Parameters: parent - Parent result. testName - Test name.