tegankr
tegankr
Agree we need this, would be highly beneficial.
We also tried to implement a JUnit Rule/custom RetryClass but we can't re-run a test twice in the same run due to this issue https://github.com/leancodepl/patrol/issues/2268
Hi Julia, is there any planned task for Patrol to implement individual test retries? I would think this would be a necessity.. Then we wouldn't need to do this and...
Another use case, because we couldn't find where Patrol implements individual test retries, we implemented a JUnit Rule which uses a custom RetryClass, but when we use this on the...