vscode-java-test
vscode-java-test copied to clipboard
Run and debug Java test cases in Visual Studio Code.
👋 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...
#### 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...
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)...
Environment: OS: Win10/Mac JDK: 11 Java Test Runner Extension: 0.26.1 Result: Can't auto update class name after modify its name  Test Explore can't auto update after adding new java...
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...
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...
### 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...
I'm not seeing the green/red indicators for pass/failed tests in test explorer or in code lense.  However, I can see the resulting Java Test Report which shows pass/failed tests....
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...
Make it possible to let the server side can pass error information into the client side.