Closed anaberezhnov closed 2 years ago
Fix "org.gradle.test-retry was unable to retry the following test methods" that are annotated with TestNG BeforeMethod/AfterMethod by retrying the entire class. The entire class is retried because TestNG skips tests on lifecycle method failure.
Thanks for quick turnaround!
Fix "org.gradle.test-retry was unable to retry the following test methods" that are annotated with TestNG BeforeMethod/AfterMethod by retrying the entire class. The entire class is retried because TestNG skips tests on lifecycle method failure.