gradle / test-retry-gradle-plugin

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

Cucumber support #279

Open pshevche opened 5 months ago

pshevche commented 5 months ago

Summary

Currently, Cucumber is adequately supported only with JUnit4 runner. See this discussion: https://github.com/gradle/test-retry-gradle-plugin/issues/276#issuecomment-2072449086

These tests document the current behavior of the plugin: https://github.com/gradle/test-retry-gradle-plugin/pull/277

In this issue, we should investigate (and add) support for fine-grained retries using Cucumber runners for JUnit platform or TestNG.

### Tasks
- [ ] https://github.com/gradle/test-retry-gradle-plugin/issues/278
- [ ] https://github.com/gradle/test-retry-gradle-plugin/issues/164