Closed azakordonets closed 8 years ago
@azakordonets hi
Is there an easy way to get only latest failure result and show one line ?
Nope. Allure doesn't know is it a retry or not at this point.
We are working on retry feature for Allure Report 2.0. And I don't see any ways to fix it for now.
Ok, got it. Will wait for 2.0 then. Thanks for quick reply
Hey guys,
Currently we started to use maven-surefire-plugin with -Dsurefire.rerunFailingTestsCount=1 -D.surefire.skipAfterFailureCount=10 flags.
The problem we faced is that now in Allure report for failed tests i see two same records
which are basically duplicates for the same failure. Is there an easy way to get only latest failure result and show one line ?