oracle / javavscode

Java platform support for Visual Studio Code for full featured Java development (edit-compile-debug & test cycle)
Apache License 2.0
231 stars 31 forks source link

Lack of support for Spock tests #106

Open TheFriendlyCoder opened 10 months ago

TheFriendlyCoder commented 10 months ago

I am trying to evaluate this VS Code plugin on a project which uses the Spock test framework, and it doesn't appear to be working. The VS Code Test pane shows no tests found, and none of the test execution decorations on the test methods themselves show up in the file editor.

Is there some special configuration that is needed to get Spock tests to work, or are they not yet supported?