enable annotation in testng code example
Example: ignore test in testng
To ignore the test case, we use the (enabled = false) parameter :
@Test(enabled=false)
To ignore the test case, we use the (enabled = false) parameter :
@Test(enabled=false)