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

I have tests with: ``` @DisabledForJreRange(min = JRE.JAVA_8, max = JRE.JAVA_8, disabledReason = "JSH is not supported on Java 8") ``` and even though I'm running with Java 17 all...

bug
ai-triaged
junit
test-execution
gradle

Hello, We have our own vscode which is running inside a docker container & running on a browser. We are using - Java 17 -> which is from the vscode...

question
ai-triaged
junit
test-discovery
gradle

Symptom: JUnit 5 test methods in a test class with an @BeforeAll method are correctly initialised and pass when run with gradlew test but do not get correctly initialised and...

bug
ai-triaged
junit
test-execution
gradle

Type: Bug I believe the issue happens when a test is runned multiple times Extension version: 0.43.0 VS Code version: Code - Insiders 1.98.0-insider (2daf886e20631c9b236a1f574fa9d4d05c61942c, 2025-02-28T05:05:04.513Z) OS version: Windows_NT x64...

bug
ai-triaged
test-reporting

When running "**Run Test with Coverage**" from the VS Code Test Explorer using the "**Test Runner for Java**" extension, I am unable to find a generic way to locate the...

enhancement
ai-triaged
test-reporting
low-priority

Extension Name: vscjava.vscode-java-test Extension Version: 0.43.0 OS Version: macOS 15.3 VSCode version: 1.96.4 (apple silicon) **Describe the bug** When try to run tests with "Click to run tests button" it...

bug
ai-triaged
investigating
test-execution
gradle

I recently discovered the branch code coverage and I think it would be a very useful tool, however at the moment is buggy: ![Image](https://github.com/user-attachments/assets/542717df-12e1-4524-be70-9e087f435992) In the case above it tells...

bug
ai-triaged
test-reporting

With the normal (File) explorer in VSCode, the file that the user currently working on or reading gets focused in the explorer. This allows the user to easily find it...

enhancement
ai-triaged
low-priority
ui

Is there a way to configure the code coverage tool to exclude certain classes from coverage? I know there's a `java.test.coverage` property but haven't been able to find any details...

enhancement
ai-triaged
test-reporting
low-priority

Symptom: JUnit 5 test classes which reliably run in the correct order with gradlew test run in the wrong order in the VSCode IDE. System: Windows 10, VSCode 1.96.3, Gradle...

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