🤔 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