gradle / test-retry-gradle-plugin

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

[enhancement] Retry filter with Exception. #198

Open xiakunhou opened 1 year ago

xiakunhou commented 1 year ago

Now it only filters on classes. It should be able to filter by Exception types.