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.
我使用 Selenium webdriver、testng 和 reportng 开发自动化测试框架,一切正常,reportNG 在每次测试完成后生成 html 报告,但 html 报告将被下一轮测试覆盖;
所以,我正在考虑是否可以在 Reportng 中配置以保留 HTML 报告的任何参数不会被覆盖,只需按日期和时间分别创建和保存;你能告诉我在哪里做reportng的设置吗?谢谢!
我已经解决了这个问题,只需反编译reportng jar文件,然后修改源代码,并用修改后的代码打包jar。