getgauge / gauge-vscode

A Visual Studio Code plug-in for Gauge

Home Page:https://gauge.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gauge-java Vscode plugin not finding step definitions in other modules

madamore opened this issue · comments

Is it possible to make the plugin work on finding the step definitions in a different project/module (added in the vscode workspace) than the spec file project/module?

Just to add more information, when I try to navigate to the step definitions I get the following message:
implementation source not found: Step implementation referred from an external project or library
Source: Gauge (Extension)

Multi module maven projects are not yet supported in gauge-vscode. The error you see it because gauge doesn't know (yet) the location of the project that's referenced via maven/gradle.

Thank you sriv.

Is there any updates?