How to get a list of all the test methods that are tagged with a specific TestNG group?
Example input:
group1
Example output I need:
com.package.SomeTest.testSomething
com.package.OtherTest.testOtherThing
How to get a list of all the test methods that are tagged with a specific TestNG group?
Example input:
group1
Example output I need:
com.package.SomeTest.testSomething
com.package.OtherTest.testOtherThing