×
Nov 8, 2021 · This plugin allows you to capture code coverage report from Cobertura. Jenkins will generate the trend report of coverage.The Cobertura plugin ...
Feb 1, 2024 · Simply check the "Automatically record and report Code Coverage" checkbox in the Job configuration screen. The Clover plugin will add an Ant ...
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 ...
Sep 7, 2021 · You must first tell Ant about the Cobertura Ant tasks using a taskdef statement. The best place to do this is near the top of your build.xml ...
Mar 26, 2024 · The JUnit plugin provides a publisher that consumes XML test reports generated during the builds and provides some graphical visualization ...
Sep 7, 2021 · This plugin allows you to capture code coverage reports from OpenClover - a free and open source tool based on source code of Atlassian ...
Dec 26, 2023 · This is a Java Jenkins plugin which publishes pretty html reports showing the results of cucumber runs. To use with regular cucumber just ...
This plugin provides a deep integration between Jenkins and Maven. It adds support for automatic triggers between projects depending on SNAPSHOTs as well as ...
Mar 7, 2024 · The HTML Publisher plugin is useful to publish HTML reports that your build generates to the job and build pages.
Missing: history maven
Sep 7, 2021 · This plugin allows you to publish TestNG results generated using org.testng.reporters.XMLReporter .TestNG result xml file contains more ...