×
Parse some JUnit xml files and generate a TestResult containing all the results parsed. JUnitResultArchiver. Generates HTML report from JUnit test result XML ...
Missing: /url | Show results with:/url
Writing automated tests for Jenkins and its plugins is important to ensure that everything works as expected — in various scenarios, with multiple Java ...
Missing: TestResult. | Show results with:TestResult.
Action that displays the JUnit test result. The actual test reports are isolated by WeakReference so that it doesn't eat up too much memory.
Missing: /url | Show results with:/url
Mar 26, 2024 · The JUnit plugin provides a publisher that consumes XML test reports generated during the builds and provides some graphical visualization ...
Missing: /url hudson/ tasks/ class-
Common base class for recording test result. AbstractTestResultAction() - Constructor for class hudson.tasks.test.AbstractTestResultAction ...
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.
Missing: javadoc. hudson/ tasks/ html
Jenkins comes with a test harness built around JUnit to make test development simpler. This harness provides the following features:.
Missing: TestResult. | Show results with:TestResult.
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 ...
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.
Oct 27, 2023 · This plugin converts MSTest TRX test reports into JUnit XML reports so it can be integrated with Hudson's JUnit features.
Missing: html | Show results with:html