| by Arround The Web | No comments

Running Unit Tests in Jenkins

Verifying code changes with unit tests is a critical process in typical development workflows. Jenkins provides a number of plugins to collect and process the results of tests allowing developers to browse the results, debug failed tests, ignore some test failures, and generate reports on the history of tests over time.

In this post, you learn how to add unit tests to a Jenkins project and configure plugins to process the results.

The post Running Unit Tests in Jenkins appeared first on Linux Today.

Share Button

Source: Linux Today

Leave a Reply