mardi 19 juin 2018

Can you run a suite of suites but exclude certain tests from running?

Is there any way to specify I would like to run a suite of suites but on a particular suite exclude specified tests?

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

Aucun commentaire:

Enregistrer un commentaire