Testng使用IReporter进行自定义报告的主要问题

时间:2016-05-09 17:57:56

标签: java testing automated-tests testng

我正在尝试在testng中生成自己的可通过电子邮件报告。我在基类中实现IReporter,然后扩展基类以编写所需的方法。 但对于随机运行,我正在给我的记者打电话,而对于其他人来说,输出看起来像旧的基本报告而没有我的更改。

package org.testng.reporters;

public class EmailableReporter
    implements org.testng.IReporter
{ 

编写我的代码:

public class EmailableResultReporter extends EmailableReporter {

这种行为完全是随机的。在大约3-4次运行的10次运行中,我收到了生成的报告。

0 个答案:

没有答案