Skip to content

The plugin must be specifically configured for a multi-project setup. #288

@keleFgd

Description

@keleFgd

🤔 What's the problem you've observed?

I have a multi-project setup where the root is project A and there are two subprojects, B and C.
The projects are configured in Gradle, and the development environment is VS.
For the plugin to correctly read the steps from the feature file in project C, I had to add the following entry to the plugin configuration:

"cucumber.glue": [
"C/src/test/**/*.java",
...
]

✨ Do you have a proposal for making it better?

add subproject support to be work with default configuration "src/test/**/*.java"

📚 Any additional context?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions