Open chenyuanmac opened 3 years ago
Hey, can u add me as a contributor? I am working on it. Will solve this within somedays.
@Preranamisra You can just raise your PR directly if you would like to, and I'll take a look then. This repo is open for any kind of contribution.
@Preranamisra Is there anything I can help?
@jdneo why the codelens disapper , in https://github.com/microsoft/vscode-java-test/issues/1283#issue-971414601
Environment:
OS: Windows JDK: 11 Java Test Runner Extension: 0.31.2
Repro steps:
1.git clone : https://github.com/ZhengJun003/junit5-samples/tree/testrunner 2.Open junit5-jupiter-starter-maven with VSCode 3.Click "Run All Tests" from Test Explorer
Result: Tests inside static class don't run.
@cyberskycat We adopted the new testing APIs from VS Code. It's using the left side 'testing decorations' to run tests now
@cyberskycat We adopted the new testing APIs from VS Code. It's using the left side 'testing decorations' to run tests now
ok thanks, and the wiki FAQ should update this info https://github.com/microsoft/vscode-java-test/wiki/FAQ
Environment:
OS: Windows JDK: 11 Java Test Runner Extension: 0.31.2
Repro steps:
1.git clone : https://github.com/ZhengJun003/junit5-samples/tree/testrunner 2.Open junit5-jupiter-starter-maven with VSCode 3.Click "Run All Tests" from Test Explorer
Result: Tests inside static class don't run.