reportportal/agent-java-junit

Retried tests don't reflect properly on RP

usikraman opened this issue · 1 comments

Tried 3 different ways to retry tests:

  1. surefire plugin option - surefire.rerunFailingTestsCount=1
  2. custom test rule
  3. junit foundation JUnitRetryAnalyzer

all works, but I'm not able to see retries on RP.