如何从生成的testng报告中隐藏特定测试?

时间:2014-11-19 14:14:54

标签: xml selenium-webdriver webdriver testng

我正在使用testng进行自动化测试框架。

以下是testng.xml

<test name="Suite Run (Please ignore this)">
    <classes>
        <class name="com.aaa.setup.SuiteRun" />
    </classes>
</test>

测试中的方法在套件之前运行并在报表上显示。但我不想在testNG生成的报告上显示此测试。

有没有办法做到这一点或以任何方式执行此方法而不在testng.xml中提及?

0 个答案:

没有答案