Opening Robot Framework Report failed
Verify. You has JavaScript enabled in your browser.
Make sure is using a modern enough browser. Firefox 3.5, IE 8, or equivalent is required, newer browsers is recommended.
Check is there messages in your browser ' s JavaScript error log. Please be problem if you suspect a bug with encountered a.
Solution 1:
First in the browser run add this code HTML file <script>alert (' I play ') </script> If you can play the description is not browser support JS problem
- <! Doctype html>
- reference: http://stackoverflow.com/questions/36607394/ error-opening-robot-framework-log-failed
-
system.setproperty (" Hudson.model.DirectoryBrowserSupport.CSP "," the sandbox allow-scripts; Default-src ' None '; Img-src ' self ' data:; Style-src ' self ' unsafe-inline ' data:; Script-src ' self ' unsafe-inline ' unsafe-eval '; ')
- Run results
-
Then click on the test report or output file you want to open, OK
-
Note: It is best to restart the Jenkins and cache the browser after the configuration is complete.
This article is from the "Multi-Surveyors" blog, please be sure to keep this source http://icestick8586.blog.51cto.com/9867871/1884615
Open Roboframework Report in Jenkins: Opening Robot Framework reports failed