Closed arunkumar-muthusamy closed 4 years ago
Unfortunately, TestNG made version 7 binary incompatible with version 6. We have to follow TestNG versions since there are a batch of users who want to move forward. And we have very limited resources to support many versions of TestNG.
Thank you, @HardNorth !
For anyone who end up with same issue, please update the TestNG version from 6.x.x to 7.x.x and update the TestNG version in IDE (in my case its Eclipse).
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.1.0</version>
</dependency>
Update/Install TestNG plugin version 7.1.1 in Eclipse
thanks. I got the issue . The solution works for me. much appreciated.
While running the tests on
Java+TestNG+LogBack
with new version ofagent-java-testng
by pointing to V5 ReportPortal, i'm getting following exception. It used to work well until5.0.0-BETA-6
version.pom.xml
TestNG.xml
OS: Mac, java version "1.8.0_201" Note: You can run any TestNG test to reproduce it.