---问题已解决。查看评论---
pytest-html很棒。在本地查看报告时,我可以单击复选框[通过] [失败] [跳过]。我也可以单击每一列的排序按钮
我使用Jenkins的“发布html报告”来查看有关Jenkins的报告。列排序按钮不见了,复选框不见了。预先感谢。
pytest -vs $ {test_suite} --url $ url --junitxml $ {test_suite_xml} --html = $ {test_suite_html}
pytest-html 1.19.0
詹金斯2.121.2
html Publisher插件1.16
答案 0 :(得分:0)
找到原因。 Java脚本已禁用。 按照此链接转到set Content Security Policy
System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "")
令我感到困惑的是,运行该命令后似乎什么也没发生。这是原因:
How to interpret the output:
No output below "Result" header: default protection
Output Result: below "Result" header: protection disabled
Output Result: some text here below "Result" header: custom protection