×
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.
The JUnit plugin provides a publisher that consumes XML test reports generated during the builds and provides some graphical visualization of the historical ...
Mar 26, 2024 · Allows JUnit-format test results to be published.
Oct 19, 2023 · This plugin can archive certain files (attachments) together with your JUnit results. Attached files are shown in the JUnit results.
Nov 25, 2023 · This plugin adds a SQL extension, we currently support PostgreSQL and MySQL, others can be added, create an issue or send a pull request. Tables ...
Mar 26, 2024 · Publishes test results while tests run, rather than waiting for completion.
Defines contracts that need to be implemented by a test reporting action (such as the built-in JUnit one). io.jenkins.plugins.junit.checks.