Hi,
I'm trying to run some java test using spring boot and the project dependency manager is gradle.
I'm not able to see any test. The extension should auto detect my tests in my test folder or I'm missing a configuration?
I'm able to run my application successfully with vscode but when I try to run the test, there is no test shown in the Test section and when I try to force to run any test (clicking on the play button) I can see the legend "command 'java.test.explorer.run' not found"

Hmm... Mostly, the error command 'xxx' not found means the extension failed to startup.
Have no idea about it for now. Would you mind to share a sample project which can repro this issue with us for investigation?
@Gueka Could you take a look at this? And mark the related the folder as test? @jdneo https://github.com/redhat-developer/vscode-java/issues/797 Please see this issue whether need handle on test explorer?
Hi everyone, I was trying to generate a project to reproduce this error, it looks like I had a previous vs code version. I updated it and work as a charm, sorry to bother and thanks for the help.
Most helpful comment
Hi everyone, I was trying to generate a project to reproduce this error, it looks like I had a previous vs code version. I updated it and work as a charm, sorry to bother and thanks for the help.