Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cucumber steps are not recognized from jar #248

Open
Suchit-Goyal opened this issue Aug 30, 2024 · 1 comment
Open

Cucumber steps are not recognized from jar #248

Suchit-Goyal opened this issue Aug 30, 2024 · 1 comment

Comments

@Suchit-Goyal
Copy link

πŸ‘“ 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

@z0rb
Copy link

z0rb commented Mar 25, 2025

I have just commented here: #236

Was thinking that it was essentially the same issue. So, this also applies for the Theia IDE using this extension, glue code from maven dependency (jar) is not detected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants