Nick Tan
Nick Tan
@michaldo, hope the workaround works for you. At the meanwhile, I'm thinking a fix for this. The idea is to introduce a testng eclipse property that you can define in...
link https://github.com/cbeust/testng-eclipse/issues/84#issuecomment-18944736
@david-bakin does overriding toString() of the test class help you? see comments here: https://github.com/cbeust/testng-eclipse/issues/167#issuecomment-146331162
ok, i see your question. could you share a small sample project for reproducing the issue? thanks
> Caused by: java.lang.ClassNotFoundException: com.beust.jcommander.ParameterException could you make sure jcommander is on your classpath
@muralidharqa , Eclipse Photon and above is required. also it's recommended to have the Eclipse JEE bundle.
sounds like it's relate to #322, as long as adding the refactoring support (basically, sort of listening on the file changes), the launch configuration will be updated accordingly.
@vikramvi , can you see these scenario step result when running with maven cli?
well, it's not a trivial task, at the moment, i have no idea how to run the launchConfiguration and verify it in Eclipse Plugin Unit Test framework. i see there...
@mbooth101, that will be great you can start this. at the first step, I think you only need to add a few critical tests first, for example, launching the TestNG...