There is a Jenkins tool called the HTML Publisher Plugin. It allows users to publish any HTML report created during a test run and include it within the Jenkins project results. This is a very useful tool, as there are now many third-party APIs that can be used to generate HTML reports with Selenium test results.
HTML Publisher Plugin
Installation
The plugin publishes the report as part of the post-run process, allowing the Selenium Framework reporting to gather all the results data and create the report after all tests have completed. It will add a link on the project's result page to the physical.html file location in the workspace.
The Jenkins HTML Publisher Plugin is located at https://wiki.jenkins.io/display/JENKINS/HTML...