Nick Tan
Nick Tan
thanks @oehme for your valueable input. > The test listeners that the user registered in Gradle are called, build scans can be created etc. In short, the user gets exactly...
what's detail error do you have if click button "Details >>" @Manikandanmanickam
Could you share a sample project or more details of the error,
could you try latest release and see if it gets solved or not, thx
What’s the testng eclipse plugin version?
👍 I verified this PR in our Jenkins instance, it works like a charm.
it looks like there was installation issue, pls go to the error log view to check the error details
looks like it's encoding issue of the file path: http://stackoverflow.com/questions/38780227/cant-launch-simple-test-with-testng-error-reading-configuration-file#comment64943932_38780227
where did you get the testng 6.14.3 jar? could you have the integrity check on that jar file to make sure the file is not corruption duration downloading.
looks like we can remove this (or rename it since `org.testng.Assert` references it). the only thing related in Eclipse might be in `CompareResultDialog` to extract diff with regex: ```java static...