|
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. |
Answered by
mdmintz
Jan 17, 2025
Replies: 1 comment 1 reply
|
If viewing System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "") |
1 reply
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

If viewing
pytest-htmlreports 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 Consoleby running: