Cucumber steps are not recognized from jar
Open
:bug: bug
- Dominant language
- TypeScript
- Stars
- 88
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
### 👓 What did you see?
Cucumber steps are not getting recognized if jar path is used in cucumber.glue value.
### ✅ What did you expect to see?
Cucumber should be able to recognize the step definitions even if jar file is used.
### 📦 Which tool/library version are you using?
_No response_
### 🔬 How could we reproduce it?
1. Create a jar file of steps
2. Use created jar as dependency in other project having only feature files
3. Provide the jar path in cucumber.glue option in settings.json.
4. Check the warnings in feature file.
### 📚 Any additional context?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.