我使用emailable-report.html文件向电子邮件发送测试报告。我不想要有关成功测试的详细信息(这是默认行为)。我能以某种方式自定义吗?
属性surefire.testng.verbose不要改变这个乞求。
答案 0 :(得分:2)
您不能因为if ($ratings && $ratings -> contains('max'))
不允许配置。
但您可以修改from the source并将其用作您自己的EmailableReporter2
。
您只需在EmailableReporter
pom.xml
中声明为聆听者:Using custom reporters with the maven surefire plugin