pitest / pitclipse

Mutation testing for Java in Eclipse IDE. Based on PIT (Pitest).
https://pitest.org
Apache License 2.0
59 stars 17 forks source link

Use `rerunFailingTestsCount` for dealing with UI flaky tests #227

Closed LorenzoBettini closed 5 months ago

LorenzoBettini commented 5 months ago

Maven surefire provides https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#rerunFailingTestsCount for rerunning failing tests. This could be useful for our UI tests that sometimes are flaky. The property is honored by Tycho as well.