标签: java report testng
是否可以按时间顺序从TestNG获取emailable-report.html?
emailable-report.html
我的测试类和方法都是乱序显示的。
我知道test-output/index.html按时间顺序排序,但我想在emailable-report.html中按时间顺序查看
test-output/index.html
答案 0 :(得分:0)
据我所知,您需要编写自定义报告来执行此操作,我很确定现有报告只是按原样迭代生成的对象,并且检索时没有保证的排序顺序