[#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 :
- Open the Jenkin home page.
- Go to Manage Jenkins.
- Now go to Script Console.
- And in that console paste below statement and click on Run.
After that it will load css and js.System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "")
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.
No Comments