I need to re-run failed tests immediately after they fail.
In junit4 we achieved it using this: How to Re-run failed JUnit tests immediately?
But now that we migrated to junit5 we are not able to achieve it.
I need to re-run failed tests immediately after they fail.
In junit4 we achieved it using this: How to Re-run failed JUnit tests immediately?
But now that we migrated to junit5 we are not able to achieve it.