This video will explain
How to attach selenium html report to each build after tests run
How to use different plugins to attach or show reports
also learn, how to analyse the selenium test result pass / fail & build history
Some times. the html publisher plugin doesn't render the css files properly, so you can use below script under Manage jenkins - Script console -
System.clearProperty("hudson.model.DirectoryBrowserSupport.CSP");
System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "sandbox allow-scripts; default-src 'self'; script-src * 'unsafe-eval'; img-src *; style-src * 'unsafe-inline'; font-src *");
OR
System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "")
Blog - qavalidation.com
Download
0 formats
No download links available.
Jenkins Reporting - selenium html reporting | result analyser | NatokHD