This repository was archived by the owner on Jan 23, 2023. It is now read-only.
How do I identify a test that has re-run #352
Unanswered
ChristopherDrum
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
The retry count of each test should be an attribute for a test case in the Junit XML file that was exported. Let me know if you don't see it there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying out multi-scan today, and I'm not sure what I'm looking at in the logs.
I see at the end of the logs (in CircleCI)
total_retry_count | 12However, looking through the report, I don't see any indication of which specific tests were retried.
This number
12is higher than I expected, so it is important to me to understand what is happening.Are there any specific phrases or keywords I should look for? Searching for
retryonly turns up the one line above.Beta Was this translation helpful? Give feedback.
All reactions