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

@jdneo 我终于找到我这里的问题出在哪里。但不知道为什么会这样。 在我的pom中引入了一个本地仓库的依赖,如果去掉它,ide会正常,如果引入它就会出现问题。 我打开了trace日志,截取了当在pom中引入这个依赖后出现的错误日志,请见附件。 [vscode-java.log](https://github.com/user-attachments/files/15507445/vscode-java.log) 能否从日志中判断出具体是什么问题? _Originally posted by @aisong in https://github.com/microsoft/vscode-java-test/issues/1692#issuecomment-2141099751_

bug

I am following the steps at [this](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-test) page to run Junit5 tests with VS Code and Maven. I have these extensions installed: and my `pom.xml` has: ``` org.junit.jupiter junit-jupiter test...

Hi, when setting the property `"java.import.maven.disableTestClasspathFlag": "true"` in `.vscode/settings.xml` the test extension seems to break. No tests are discoverable in the Test Explorer and the run icons in the gutter...

as title,When I run the spring source code test class, I get an error: No tests fount with test runner 'JUnit 5' ![CleanShot 2024-03-27 at 09 41 53@2x](https://github.com/microsoft/vscode-java-test/assets/90826050/21cc2b8d-56e9-4aea-b35f-f6685d9c7511) eg:spring-beans/src/test/java/org/springframework/beans/AbstractPropertyAccessorTests.java

bug

I try to debug a specific test but it fails with the following message ``` OpenJDK 64-Bit Server VM warning: Option -Xdebug was deprecated in JDK 22 and will likely...

**VSCode Version:** Version: 1.93.0 Commit: 4849ca9bdf9666755eb463db297b69e5385090e3 Date: 2024-09-04T13:02:38.431Z Electron: 30.4.0 ElectronBuildId: 10073054 Chromium: 124.0.6367.243 Node.js: 20.15.1 V8: 12.4.254.20-electron.0 OS: Linux x64 6.8.0-41-generic snap **Test engine version:** [Verifyica](https://github.com/antublue/verifyica) 0.0.14-SNAPSHOT (and older...

bug
help wanted

Repro: 1. Create Java project 2. Maven 3. Cucumber.io archetype (7.11.1) 4. everything default Installed plugins (EVERYTHING else disabled): ![image](https://github.com/user-attachments/assets/aee61abd-a658-4f3f-9c39-76ddeec1c711) Test runner for java version: v0.42.0 Also tried v0.42.2024080609 (pre-release)...

Coverage testing isn't working for me. When I run with coverage, the progress monitor spins indefinitely and no coverage information is provided. The test results are displayed correctly if I...

### Versions: VSCode 1.92.2 Test Runner for Java 0.42.0 ### What happens: When running a suite written with the JUnit 5 Jupiter API, the results of the test are not...

bug

![截屏2024-07-28 23 00 25](https://github.com/user-attachments/assets/d02804ff-bf80-4723-962c-8460639b2ebb) ![截屏2024-07-28 23 02 21](https://github.com/user-attachments/assets/e15237c6-3cd0-4268-ad0c-bcd9aff99d23) As shown in the figure, when I import the [dubbo](https://github.com/apache/dubbo.git) code, I cannot find its test class to run

bug
upstream