-
Notifications
You must be signed in to change notification settings - Fork 164
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
TestNG 7.0.0 plugin is showing up two times the same test case execution #474
Comments
This is my XML file.
|
I'm having the same issue. testng.xml ran from Eclipse displayes @test method twice. If you need any data in particular (pom, testng.xml...) just let me know. |
Update: it's not just duplicating the tests. If i have, say, 4 tags in testng.xml, then TestNG plugin will show test methods 4 times in the first test. 3 times for the second test, 2 times for the third test, and the fourth test will be displayed properly.
This will result in test methods in Login class to be displayed 4 times, 3 times for methods in Smoke, 2 times for methods in DocumentsSearch and POSearch will be displayed correctly. |
Any relate message in "Error Log" view
This had never happened on 6.14.3, since I changed to 7.0.0 it's happening.
The Dependency Management tool for your project
Operating System
The text was updated successfully, but these errors were encountered: