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

👋 Hi there, Martin here, from the VS Code team. Recently we've announced the [Remote Repository feature](https://code.visualstudio.com/updates/v1_56#_remote-repositories-remotehub) that lets you browse and edit files and folders directly on GitHub. `Open...

enhancement
ai-triaged

#### Summary Overall, great experience working with vscode and this extension thus far. Adding this feature/fixing the bug (eye of the beholder) will save a bit of time running commands...

bug
enhancement
ai-triaged
test-reporting
testng
ui

I can no longer run unit tests for my spring app within VSCode IDE, am only getting the following error when trying to do so: ``` java.lang.NoClassDefFoundError: org/junit/platform/commons/PreconditionViolationException at org.eclipse.jdt.internal.junit5.runner.JUnit5TestLoader.createTest(JUnit5TestLoader.java:90)...

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

Environment: OS: Win10/Mac JDK: 11 Java Test Runner Extension: 0.26.1 Result: Can't auto update class name after modify its name ![image](https://user-images.githubusercontent.com/63633836/101460326-677a7400-3974-11eb-8b6c-7da3aaf0af40.png) Test Explore can't auto update after adding new java...

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

VSCode version: 1.37.0 Java Test Runner version: 0.19.0 The workspace contains two projects, i.e. A and B. Project A depends on Project B. When executing an unit test of Project...

upstream

Are there any plans to add support for compound configurations (i.e. as the rest of vscode can do through defining compound configurations in launch.json)? Use case is JNI interfaces; want...

enhancement
ai-triaged
low-priority
test-debugging

### Environment: OS: Windows JDK: 8/12 Java Extensions: - Language Support for Java(TM) by Red Hat: 0.52.0 - Debugger for Java: 0.23.0 - Java Test Runner: 0.21.0 ### Steps to...

bug
upstream
ai-triaged
junit
test-execution
needs-reproduction

I'm not seeing the green/red indicators for pass/failed tests in test explorer or in code lense. ![image](https://user-images.githubusercontent.com/14915247/71104476-78d5d980-2181-11ea-9b4e-f72faff41430.png) However, I can see the resulting Java Test Report which shows pass/failed tests....

bug
ai-triaged
testng
ui
waiting-for-user-info

I'm trying to run junit5 selenium tests with the Java Test Runner. I always get this error message: ``` org.openqa.selenium.WebDriverException: Driver isn't initialized. This extension can only be used in...

bug

Make it possible to let the server side can pass error information into the client side.

debt