-
Notifications
You must be signed in to change notification settings - Fork 6
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
Using a deprecated version of cucumber #98
Comments
Hello @jeff-shep, Thanks for reaching out! This library is tested to work with Cucumber versions 5 and 6 (they are stable and continue to be maintained - https://github.com/cucumber/cucumber-js#install). Cucumber 7 is quite new (https://github.com/cucumber/cucumber-js/blob/master/CHANGELOG.md#700-2020-12-21) and has a number of breaking changes, so as far as I know it's not supported by
For the dependencies - as listed in
I just updated the installation instructions accordingly (https://github.com/Marketionist/testcafe-cucumber-steps#installation-detailed). Please let me know if that works ok for you. |
Thanks for the clarification @Marketionist, I've got |
Great, I'm happy to hear that! |
Intend to use this library to migrate from protractor to testcafe for running our existing test suite. Just trying to set things up and convert one of our tests as a proof of concept, after installing the libraries as documented I get a
Cannot find module 'cucumber'
error. Should this package be using @cucumber/cucumber now, or am I missing something obvious? I can install cucumber as peer dependency to resolve it but this isn't a desired approach. As we get more familiar with this package, happy to contribute but just a question for now 😃The text was updated successfully, but these errors were encountered: