gradle / test-retry-gradle-plugin

Gradle plugin to retry tests that have failed to mitigate test flakiness.
Apache License 2.0
228 stars 51 forks source link

Retry on TestNG BeforeMethod/AfterMethod failure #138

Closed anaberezhnov closed 2 years ago

anaberezhnov commented 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.

anaberezhnov commented 2 years ago

Thanks for quick turnaround!