maximehamm / tzatziki

Cucumber y Tzatziki
26 stars 7 forks source link

Plugin doesn't recognize definitions from jars in the classpath #62

Closed clabautdidier closed 3 months ago

clabautdidier commented 6 months ago

We have some commonly used definitions in a separate project, and want to use them in our QA projects.

Unfortunately the IntelliJ plugin doesn't find these definitions unless we also add the definition library project itself as a module to the project. Simply having it on the classpath through Gradle dependencies is not enough.

maximehamm commented 3 months ago

Hello I'm not sure this is possible... are you able to run the test with this configuration ?? May one possible thing for Cucumber+ is to display those Gherkin file in its features view... Please give me some feedback Maxime

maximehamm commented 3 months ago

Adding a new button to let display Gherkin file not part from sources/resources path... is it good enough for you ?

image

If not, please give more details about how dependencies are build : I'm supprised that the depend project's hat contains some Gherkin files... because normally Gherkin files are only part of test-ressouces path and then not exported to .jar files...