An option added to keep only the latest test result for each test cas…#467
Conversation
…e are kept. So, retry attempts will end up with one failure or pass result.
|
Good to have, but my hesitation is we are adding one more flag. |
|
@saim80 thanks for your contribution! Come to think of it, we do not really need coverage data for the failed attempts, like you said it does not provide extra value but confusion. I think we are good to make it the default behavior and do not add the new flag. A couple of things I'd like to ask though
Many thanks! |
Did this happen? Is this actually the default behavior now? |
@chenxiao0228 if this is the default behavior now, then this years-old PR can be closed. |
…e are kept. So, retry attempts will end up with one failure or pass result.
In our organization, we do not want to have repeated test results which made us confused via Jenkins JUnit Test Result page.
I added an option to keep only the latest result for each test case. So, this will keep us informed of either one pass or failure result only without duplicate test results when retry is attempted.