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

The use case for me is that essentially I run my testcases in maven with surefire plugin. Only if something goes wrong I switch to the test runner to analyze...

enhancement

Inside `src/test/resources` there is an `arquillian.xml` file that has to be expanded by gradle at `processTestResources` task. When a test is run from within vs code, this doesn't happen and...

bug

Make 15 parameterized test cases https://en.wikipedia.org/wiki/Natural_sort_order

bug
help wanted

I'm working on gradle project with the structure like below: - main - java - resource - test - java - resource - test-integration - java - resource Java Test...

enhancement

##### Environment - Operating System: Mac intel - JDK version: 17.0.2 - Visual Studio Code version: 1.69.2 - Test runner version: 0.35.2 ##### Steps To Reproduce 1. git clone https://github.com/jdneo/invisble-project...

enhancement
ux

#### Setup * `/tmp/project` contains a Java maven project with ordinary `src/main/java` and `src/test/java` folders. The latter containing JUnit4 test classes * a symlink from `/tmp/project` to `/tmp/symlinked` exists. *...

upstream

https://junit.org/junit5/docs/current/user-guide/#running-tests-tag-expressions A lot of our existing tests are identified by tags, in addition to being in different files. As far as I'm aware, there's no way to run all tests...

enhancement

Issue Type: Bug Steps to reproduce: 1. Open a maven project with TestNG tests (TestNG v. 7.6.1, surefire plugin v. 2.22.2). 2. Try to debug a test. Expected behaviour: Debugger...

bug

When you have a test class with inherited test methods only the methods explicitly marked on the current class gets run. Would have expected it to run all tests. Example:...

bug

See the old and new comparison in https://github.com/microsoft/vscode-java-test/pull/1449 I'm used to seeing red and green in a list of over 200 tests and orange and violet disturb that quick scan....

ux