标签: unit-testing selenium testing junit testng
我已使用testng将自定义可通过电子邮件发送的报告实现为custom-emailable-report.html。现在,在我的测试输出目录中,我看到有2封电子邮件报告正在生成。
custom-emailable-report.html
emailable-report.html
我想在测试输出目录中仅包含custom-emailable-report.html。那么,以编程方式禁用默认可通过电子邮件发送报告的过程是什么?