Closed stanio closed 1 year ago
it should be fixed in testng 7.7.1, pls update the version in your build.gradle: org.testng:testng:7.7.1
Thank you. Haven't previously noticed there's a newer version available. Updating to testng 7.7.1
has eliminated the funny exception trace with the "[ ] Disable default listeners" option unchecked (the default).
Problem Statement
please read https://github.com/cbeust/testng-eclipse/blob/master/docs/Troubleshooting.md first
Running TestNG tests from a single project multiple times produces a confusing error message in the Console view at the end of the execution:
There are no test (or otherwise) failures indicated elsewhere. I've found I can just:
Preferences -> TestNG -> [x] Disable default listeners
as I don't really need HTML reports with the Eclipse plugin. Maybe have this as the default setting.
Any relate message in "Error Log" view
None.
The Dependency Management tool for your project
Operating System