您好,登錄后才能下訂單哦!
這篇文章主要介紹在jenkins打開roboframework報Opening Robot Framework report failed錯誤怎么辦,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!
Opening Robot Framework report failed
Verify that you have JavaScript enabled in your browser.
Make sure you are using a modern enough browser. Firefox 3.5, IE 8, or equivalent is required, newer browsers are recommended.
Check are there messages in your browser's JavaScript error log. Please report the problem if you suspect you have encountered a bug.
解決方案1:
首先在瀏覽器運行加了此代碼的html文件<script>alert('我彈')</script>,如果能彈說明不是瀏覽器支持JS的問題
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <script>alert('我彈')</script> <p>%s</p> </body> </html>
如果不是瀏覽器的問題,解決如下:
參考:http://stackoverflow.com/questions/36607394/error-opening-robot-framework-log-failed
在管理jenkins-->腳本命令行輸入如下腳本:
System.setProperty("hudson.model.DirectoryBrowserSupport.CSP","sandbox allow-scripts; default-src 'none'; img-src 'self' data: ; style-src 'self' 'unsafe-inline' data: ; script-src 'self' 'unsafe-inline' 'unsafe-eval' ;")
運行結果
再點擊要打開的測試報告或輸出文件,OK啦
注:配置完之后最好把jenkins重啟下且把瀏覽器緩存清下
以上是“在jenkins打開roboframework報Opening Robot Framework report failed錯誤怎么辦”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。