atul hake created SUREFIRE-1653: ----------------------------------- Summary: Maven sure fire report skip count issue Key: SUREFIRE-1653 URL: https://issues.apache.org/jira/browse/SUREFIRE-1653 Project: Maven Surefire Issue Type: Bug Components: Maven Surefire Report Plugin Affects Versions: 3.0.0-M3 Environment: Windows 10 Reporter: atul hake Attachments: TestListenerAdapter, pom.xml
I am re running failed TC using IRetryAnalyzer. If i have 3 TC . 1st pass 2nd fail..retried.again fail. so run count is 3 , pass=1,fail =1 , skip =1. Its correct. now i want to remove skip count from report so i have written code at OnFinish method [see attachmen] to remove skip count...so individual Test- .xml [Target/junitreport] does not contain any skip count. but final Test-Testsuit.xml [target] contains skip count . which is obstacle. Have look at video : https://www.screencast.com/t/JXOx5Qko what is the way to remove skip count from final Test-Testsuit.xml ? is it any version issue? [i want to remove skip count because it disturbing success percentage of report -- This message was sent by Atlassian JIRA (v7.6.3#76005)