Bob Shi
Bob Shi
There will be the other error when we use Eclipse TestNG plugin: [failed to get TestNG version from class java.lang.IllegalArgumentException: invalid version "[WORKING": no-numeric "[WORKING]" source code: https://github.com/testng-team/testng-remote/blob/master/remote/src/main/java/org/testng/remote/RemoteTestNG.java
Can Gradle generate the pom.properties with TestNG class? version=${testng.version} groupId=org.testng artifactId=testng
Hello, we don't use hibernate and TestNG version is very important for our test framework and we use all-in-one shaded jar file in our CI flow for a long time....
hi @krmahadevan, [failed to get TestNG version from class java.lang.IllegalArgumentException: invalid version "[WORKING": no-numeric "[WORKING]" is the log from RemoteTestNG plugin. We work on a test framework(test-based.jar) that used in...
hello @krmahadevan , I tried the solution before. the TestNG version will be in MANIFEST.inf, but it without testng package in the file. so the version of whole jar will...
hi @krmahadevan , Before we make patch file (org.testng.internal.Version.java) in our project. it works. but it's not accepted by the other Guardians of our project. so we now using the...
[testng-test.zip](https://github.com/cbeust/testng/files/9899790/testng-test.zip) This is the example test cases. test-case project is based on test-base project which based on TestNG.
hello @krmahadevan, I think you can close the ticket if you don't want to support such shaded user case. we will still use the workaround solution in our project.