-
Enhancement
-
Resolution: Done
-
Major
-
15.0.0.Final
-
None
The TestNG engine does not currently support the maven-surefire-plugin rerunFailingTestsCount capability which allows flaky tests to be re-executed on failure. However, this is supported in JUnit 5. To avoid converting the entire testsuite to JUnit 5, ISPN-15048, we can instead utilise Junit 5 with org.junit.support:testng-engine to execute our existing testsuite.