Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Your project is duplicating data #11

Closed
guilhermejp8 opened this issue Feb 24, 2017 · 5 comments
Closed

Your project is duplicating data #11

guilhermejp8 opened this issue Feb 24, 2017 · 5 comments
Assignees

Comments

@guilhermejp8
Copy link

Hi my friend, your project is duplicating the data, it calls twice the method onTestSuccess , onTestFailure, onTestSkipped .... I need your help. Do you have any solutions?

@sureshdubey
Copy link

me too facing same issue. Pass % is showing as 200%.
Could you please correct it at your end and upload the changes.

image

@startingwithseleniumwebdriver
Copy link
Owner

We are unable to reproduce this issue from our end can anyone(@guilhermejp8, @sureshdubey ) please share your sample project.

@kmehta30
Copy link

kmehta30 commented Jun 6, 2018

@startingwithseleniumwebdriver I am also facing the same issue of getting 200% pass. Any solution for this..
image

@rathodamol
Copy link

Do you have any update on the said issue.
By the way I am using the BaseTest class which is extended to all the Test Cases

@startingwithseleniumwebdriver
Copy link
Owner

The completed percentage is coming more than 100%. The problem was - TestNG captures the excluded @test methods list which are not really excluded by user, they are the configuration methods (i.e @BeforeTest etc..). So, now an extra check is applied from our code end to verify whether the excluded methods reported by TestNG is @test annotated method or not.

And sorry for the delay for the fix - as we could not reproduce the issue. So closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants