Introduction
When you run tests in Jenkins, you want to see how your test results change over time. Test result trends help you spot if tests are getting better or worse. This helps keep your software healthy and reliable.
When you want to track if new code breaks existing tests over several builds
When you want to see if test failures are increasing or decreasing over time
When you want to quickly find builds with the most test failures
When you want to share test quality reports with your team automatically
When you want to improve your testing process by analyzing test trends