Introduction
Sometimes your tests or builds create HTML reports that show results in a web page format. Jenkins can save and show these reports so you and your team can easily see test results or coverage without searching files.
When you run automated tests that generate HTML reports and want to see results inside Jenkins.
When you want to share build or test reports with your team through the Jenkins web interface.
When you want to keep historical HTML reports for builds to track progress over time.
When you want to avoid manually opening report files on your computer after each build.
When you want to add a visual summary of test coverage or code quality to your Jenkins job.