vscode-java-test icon indicating copy to clipboard operation
vscode-java-test copied to clipboard

Run and debug Java test cases in Visual Studio Code.

Results 113 vscode-java-test issues
Sort by recently updated
recently updated
newest added

When running JUnit parameterized tests, some tests seem to be missing from the UI. I cannot post the full code but I have a parameterized test classes with 10 set...

- the feature in the read me called "View Test Result" pops up directly inside the code I am working. - We need an option to send this box/text to...

enhancement

Migrated from: https://github.com/eclipse/eclipse.jdt.ls/issues/2398

enhancement
help wanted

When running a test with maven surefire, the test classes override the main classes. My project contains : src/main/java/AsyncConfig.java src/test/java/AsyncConfig.java When running a test with maven, the classpath contains :...

upstream

The main function works fine. But the testing function didn’t work. Settings: Does anyone get ideas of why?

bug
upstream

I have a JUnit test for which the Maven goal testCompile (belonging to the maven-compiler-plugin) fails. Nevertheless, when the test is executed using the green play button in the gutter,...

bug
ux

I used to be able to do this. I'm not sure when it stopped, but other people on my team confirmed they also are experiencing the same behavior. Steps: -...

I'm using java maven selenium with cucumbe project. i need to give input like otp and some other input while executing the test case. In vs code unable to give,...

enhancement

Version: 1.90.0 (Universal) Commit: 89de5a8d4d6205e5b11647eb6a74844ca23d2573 Date: 2024-06-04T19:34:44.157Z Electron: 29.4.0 ElectronBuildId: 9593362 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Darwin x64 23.5.0 Test Runner for Java v0.41.1 Steps to reproduce: -...

I have set the following configuration in settings.json: "java.test.config": { "coverage": { "appendResult": false }, "testKind": "junit", "args": ["--exclude-package=test.package.to.ignore"] } But it does not appear that the args array is...