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 java plugin unable to recognize step definitions after refactor of @When interface #2327

Closed
ericdriggs opened this issue May 26, 2023 · 1 comment
Labels

Comments

@ericdriggs
Copy link

ericdriggs commented May 26, 2023

When using cucumber java plugin none of the step definitions are recognized since the @when annotation is not in the expected package.

Impact:
All feature file step definitions are treated as warnings by IDE.

Cucumber java plugin is still needed since free karate intellij plugin does not support java breakpoints and this is a hard requirement.
karatelabs/intellij-plugin#30

Actual
actual-undefinied-step-reference

Expected
expected-recognized-step-reference

@ptrthomas
Copy link
Member

this is a wontfix. the reasons are clearly explained in this ticket: #2214

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

No branches or pull requests

2 participants