testng-eclipse
testng-eclipse copied to clipboard
Eclipse plug-in for TestNG

i use tesng for orm lib project project release with jdk8 but testng run with jdk11 i can run testng first ( it will be error ) and then click...
### Problem Statement Getting error while installing TestNG plugin via Help --> Install New Software in Eclipse ### Any relate message in "Error Log" view Unable to read repository at...
``` Exception in thread "main" java.util.ServiceConfigurationError: org.testng.remote.support.RemoteTestNGFactory: Error reading configuration file at java.util.ServiceLoader.fail(Unknown Source) at java.util.ServiceLoader.parse(Unknown Source) at java.util.ServiceLoader.access$200(Unknown Source) at java.util.ServiceLoader$LazyIterator.hasNextService(Unknown Source) at java.util.ServiceLoader$LazyIterator.hasNext(Unknown Source) at java.util.ServiceLoader$1.hasNext(Unknown Source) at...
### Problem Statement Today when resolving source code the old JavaSourceLookupParticipant is used. Adding support for AdvancedSourceLookupParticipant will enable lot more ways of looking up for source for java projects.
It looks it is already possible for JUnit but not for TestNG. From https://stackoverflow.com/q/45052427/4234729
### Problem Statement testng hangs with mentioning "Testng result listening job" and never resolves. I had cleaned workspace, removed all related files, Eclipse and installed but still the sam error....
### Problem Statement Random error pop up in error log. May be we could ignore this from logging to keep the logs clean and make it easy to trouble shoot...
### Problem Statement The "Run Configurations" drop down button shows "Run As TestNG test" options for projects that are closed. The dialog too. There's no steps to reproduce it, it's...
### Problem Statement Hi Guys, I am new to Selenium, building very first project so apologies if missing any key information while asking this question. I am trying to read...