Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在使用 myeventlistner 测试用例失败后,我能够截取屏幕截图,但在 reportNG 我得到的是路径而不是图片。
请帮助我
您是否尝试在 ReportNG 报告中插入一些 HTML 片段以显示图片?
默认情况下,ReportNG 将转义日志条目以避免标记问题。但是,如果您确定这是您想要做的并且它不会在其他地方引起问题,那么您可以通过将org.uncommons.reportng.escape-output属性设置为false.
org.uncommons.reportng.escape-output
false