Skip to content

Completed percent error fix#14

Merged
startingwithseleniumwebdriver merged 1 commit intodevelopmentfrom
BugFix-percent-issue
Apr 27, 2019
Merged

Completed percent error fix#14
startingwithseleniumwebdriver merged 1 commit intodevelopmentfrom
BugFix-percent-issue

Conversation

@startingwithseleniumwebdriver
Copy link
Copy Markdown
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.

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.
@startingwithseleniumwebdriver startingwithseleniumwebdriver merged commit 9b93646 into development Apr 27, 2019
@startingwithseleniumwebdriver startingwithseleniumwebdriver deleted the BugFix-percent-issue branch May 6, 2019 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant