cucumber / cucumber/language-server
Undefined step for java step defined in classpath
Open
- Dominant language
- TypeScript
- Stars
- 56
- Forks
- 35
- Avg merge
- 6h 26m
- Merged PRs (30d)
- 1
Description
### 👓 What did you see?
i saw the code in `loadGlueSources` not works for java classpath file, as it will not scan the classpath jar file just locate the current project as root dir and find the matched glue pattern steps, how to resolve it or any solution for it works for step defined in java classpath?
### ✅ What did you expect to see?
support for step definition in java classpath not only in the current project directory
### 📦 Which tool/library version are you using?
cucumber-jvm
### 🔬 How could we reproduce it?
in a feature file, just use a java step glue in classpath
### 📚 Any additional context?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.