【发布时间】:2015-07-08 02:35:55
【问题描述】:
是否可以从 TestNG 中按时间顺序获取emailable-report.html?
我的测试类和方法都乱序显示。
我知道test-output/index.html 按时间顺序排序,但我也想在 emailable-report.html 中按时间顺序查看
【问题讨论】:
是否可以从 TestNG 中按时间顺序获取emailable-report.html?
我的测试类和方法都乱序显示。
我知道test-output/index.html 按时间顺序排序,但我也想在 emailable-report.html 中按时间顺序查看
【问题讨论】:
据我所知,您需要编写一个自定义报告来执行此操作,我很确定现有报告只是按原样迭代结果对象,并且没有保证检索的排序顺序。
【讨论】: