allure-framework / allure-teamcity

Teamcity CI plugin allowing to generate Allure Report as build artifact
https://qameta.io/allure-report
Apache License 2.0
37 stars 29 forks source link

Pick up latest result of the re-runned test #41

Closed azakordonets closed 8 years ago

azakordonets commented 8 years ago

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

screenshot 2016-03-24 10 45 49

which are basically duplicates for the same failure. Is there an easy way to get only latest failure result and show one line ?

baev commented 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.

azakordonets commented 8 years ago

Ok, got it. Will wait for 2.0 then. Thanks for quick reply