microsoft / vscode-java-test

Run and debug Java test cases in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-test
Other
292 stars 125 forks source link

Can't successfully Run Test for Testng framework #1652

Closed SyedIbrahim95 closed 7 months ago

SyedIbrahim95 commented 7 months ago

{"name":"error","attributes":{"message":"Failed to run TestNG tests","trace":"java.lang.ClassNotFoundException: random.LoginTest at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:398) at com.microsoft.java.test.runner.testng.TestNGLauncher.getClassNameFromMethod(TestNGLauncher.java:57) at com.microsoft.java.test.runner.testng.TestNGLauncher.parse(TestNGLauncher.java:43) at com.microsoft.java.test.runner.testng.TestNGLauncher.execute(TestNGLauncher.java:32) at com.microsoft.java.test.runner.Launcher.main(Launcher.java:57) "}}

jdneo commented 7 months ago

Are you using code-server?

github-actions[bot] commented 7 months ago

This issue has been closed automatically because it needs more information and has not had recent activity. Please reach out if you have or find the answers we need so that we can investigate further.