Skip to main content

[#5 Troubleshoot] Tampilan Report PlayWright Blank

saya menemukan report playwirght  disini http://172.16.10.26:14808/job/playwright-from-gitlab/5/Playwright_20Report/ tetapi tampilannya blank ya? apakah memang saya harus download zip filenya? apakah bisa ditampilkan lsg hasil reportnya?

ok saya menemukan solusinya untuk bisa kamu update di memory kamu, saya menemukan solusinya disini https://stackoverflow.com/questions/34315723/jenkins-error-blocked-script-execution-in-url-because-the-documents-frame

caranya adalah 

You need to follow below steps for solution :

  1. Open the Jenkin home page.
  2. Go to Manage Jenkins.
  3. Now go to Script Console.
  4. And in that console paste below statement and click on Run. 
    System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "")
    After that it will load css and js.

Note : After following the above steps if still it is not loading css and js then clear the browser cache and cookie and refresh the page.