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 140 vscode-java-test issues
Sort by recently updated
recently updated
newest added

Type: Bug Used Extension Bisect. Unsure if this is the problematic extension. Symptom. When delegating test to Gradle, the tests do not run: Aug 23, 2024 10:27:11 AM com.microsoft.java.debug.core.UsageDataSession submitUsageData...

bug
enhancement
ai-triaged
test-execution
gradle
ui

When I run the test I can not see debug output for specific test. Steps to reproduce: - Load this project into VsCode, [demo.zip](https://github.com/user-attachments/files/16637065/demo.zip) - Go to DemoApplicationTests.java and run...

bug
ai-triaged
junit
test-reporting
maven

Hi, I am trying to get our maven multi project to run in VSCode. One Package fails and throws this error: ``` Juli 30, 2024 6:01:44 PM org.apache.aries.spifly.BaseActivator log INFORMATION:...

bug
help wanted
ai-triaged
investigating
maven
testng
test-debugging

```log Trace - 4:18:56 PM] Received notification 'window/logMessage'. [Error - 4:18:56 PM] Dec 15, 2025, 4:19:55 PM Cannot refresh bundle org.eclipse.jdt.ls.core because its dependency closure includes the org.eclipse.jdt.ls.core bundle. [Trace...

bug
ai-triaged
junit
high-priority
investigating
test-discovery

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml merge (<<) operator. Commits cc482e7 4.1.1 released 50968b8 dist...

dependencies
javascript

As of today, with version 0.43.2, when running tests, nothing is really executed with a message in "Test Results" ``` The test run did not record any output. ``` Reverting...

bug
ai-triaged
junit
test-reporting
needs-reproduction

I get the above exception in the Debug Console when trying to run unit tests. To be honest, I'm lost as to why. redhat.java: 1.49.0 vscjava.vscode-java-test: 0.43.2 VS Code: 1.106.2...

bug
ai-triaged
junit
high-priority
test-execution
gradle

Environment: VS Code Version: 1.102.0-insider Extension Version: from vscode java test 0.43.0 -> 0.43.1 JDK Type & Version: 24 OS Type & Version: windows Step to Reproduce: install version 0.43.0...

bug
ai-triaged
test-reporting
high-priority
investigating

I'm not sure when it happened but sometime in the last weeks or possibly month https://github.com/jbangdev/jbang no longer gets its tests detected. easy to reproduce, git clone https://github.com/jbangdev/jbang , open...

bug
ai-triaged
junit
high-priority
investigating
test-discovery
gradle

One cannot run unit/integration tests with Quarkus > 3.22. Please compare with: 1. https://github.com/quarkusio/quarkus/issues/48014#issuecomment-2948700542 2. https://github.com/quarkusio/quarkus/issues/47656 3. https://quarkus.io/blog/test-classloading-rewrite/ It looks like, the fix has been applied in eclipse runner, but...

bug
ai-triaged
junit
high-priority
test-execution