您可以运行一套套件,但不能运行某些测试吗?

时间:2018-06-19 14:43:29

标签: testing testng

有什么方法可以指定我想运行一套套件,但在特定套件上排除指定的测试吗?

<suite name="allSuites">
  <suite-files>
    <suite-file path="suite1.xml" />
    <suite-file path="suite2.xml" /> <!-- exclude TestX and TestY -->
  </suite-files>
</suite>

0 个答案:

没有答案