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

Add support for cypress-cucumber-preprocessor #134

Closed
zilia-gmethot opened this issue Dec 6, 2022 · 2 comments
Closed

Add support for cypress-cucumber-preprocessor #134

zilia-gmethot opened this issue Dec 6, 2022 · 2 comments

Comments

@zilia-gmethot
Copy link

When using https://github.com/badeball/cypress-cucumber-preprocessor, some features are not working properly:

  • Step definitions starting by the "And" are always considered undefined
  • Step definitions defined using the library's defineStep function are always considered undefined

It would be great if support for the library was added. Thank you!

@riker09
Copy link

riker09 commented Feb 17, 2023

I discovered this extension today which is adding a long missing feature to VSCode: Jumping straight to a step definition from a feature file. Awesome! 👍🏻 🚀

It seems that the step definitions starting with And are working, though? Maybe something was changed while this ticket was created. Anyway, just wanted to leave this here as "it works on my machine".

@zilia-gmethot
Copy link
Author

The And and But keywords have actually been deprecated in newer versions. It also looks like defineStep is being deprecated by CucumberJS.

Links of interest:

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