What's new in v8.1.0?

Hi,

I was excited to use the retry logic but it may have a bug when executing from Jenkins. I’m referring to quote from What’s New v8.1.0

“The changed function now consolidates retried test case execution logs into one report so that you can identify flaky tests at a glance.”

The Junit_Report.xml that is generated at run-time, still logs multiple test runs for the same test. This shows as two tests in Jenkins. This execution image below was of one test, set to retry 5 times. The test executed twice and shows in Jenkins as two tests.

I’m not able to use retry logic if the reports will double test count in Jenkins.

As a side note, the retry stopped after the second execution and did not try 3,4 or 5th execution. That might be a different bug but I did not investigate it.