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

Add retryOnClassLevel option #122

Closed U1F984 closed 1 year ago

U1F984 commented 2 years ago

I have tests which need to be retried on class level (integration tests, with individual steps being ordered using @Order). This PR adds a new retryOnClassLevel property that always retries the whole test class.

pbandura commented 2 years ago

How about this change? Is it going to be released soon?

U1F984 commented 2 years ago

I have resolved the conflicts, just need a maintainer to approve running workflows.

ldaley commented 1 year ago

Hi @U1F984 and @pbandura - thanks for your patience. We will be picking this up soon. We won't be merging this as-is, but will take it as the base.

leonard84 commented 1 year ago

@U1F984 thanks for your PR and the idea, we decided to go a different implementation route with #157.