gradle / test-retry-gradle-plugin

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

Fix a condition that ignore maxFailures parameter for Spock Stepwise specifications #237

Closed AlexeyAkentyev closed 9 months ago

AlexeyAkentyev commented 9 months ago

Fix an issue when Spock Stepwise specifications are ignored by maxFailures parameter. Detailed description (#234)

AlexeyAkentyev commented 9 months ago

Hi @marcphilipp, could you advise who could review PR and suggest next steps?

p.s. unfortunately there is no contribution guide

marcphilipp commented 9 months ago

@AlexeyAkentyev Thank you for your PR! We'll review it in the next few days.

leonard84 commented 9 months ago

Thanks for your contribution @AlexeyAkentyev