lundi 10 octobre 2016

Is there anyway to find all tests that are disabled in a TestNG suite?

In TestNG, you disable tests by doing the following in the method:

@Test(enabled = false)

I was wondering if there was an automated way to scrub the entire suite in order to find all of the methods that have enabled set to false?

Aucun commentaire:

Enregistrer un commentaire