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