-
Hello Michael Mintz, First of all, thank you for your automation framework. It has been incredibly helpful! Currently, the report.html file is sent to our Slack channel from Jenkins once the testing execution is complete. The report.html is not displaying properly, as the design appears distorted when accessed or downloaded from the Slack channel. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If viewing System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "") |
Beta Was this translation helpful? Give feedback.
If viewing
pytest-html
reports in Jenkins, you may need to configure Jenkins settings for the HTML to render correctly.This is due to Jenkins CSP changes. That setting can be changed from
Manage Jenkins
>Script Console
by running: