ERROR: Could not resolve "@badeball/cypress-cucumber-preprocessor"
See original GitHub issueCurrent behavior
I am trying to run tests with cypress and cucumber, but, after installing and configuring. I always get this.
I can’t really tell whats happening, I have also tried to update my node to the latest stable version, but still failing.
Desired behavior
Test code to reproduce
The github repo is below https://github.com/Jexsie/cypressCucumber
Versions
- Cypress version: 11.0.1
- Preprocessor version: 14.0.0
- Node version: 18.12.1
Checklist
- I’ve read the FAQ.
- I’ve read Instructions for logging issues.
- I’m not using
cypress-cucumber-preprocessor@4.3.1
(package name has changed and it is no longer the most recent version, see #689).
Issue Analytics
- State:
- Created 10 months ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Update plugin to be compatible with Cypress 10 · Issue #722
I can help with migrating the plugin to Cypress 10. The main challenge I see so far is that this plugin wants to...
Read more >badeball/cypress-cucumber-preprocessor
This preprocessor aims to provide a developer experience and behavior similar to that of Cucumber, to Cypress. ℹ️ The repositor has recently ...
Read more >Module '@badeball/cypress-cucumber-preprocessor' has ...
I am trying to import "And" keyword from @badeball/cypress-cucumber-preprocessor so I can use it in Cypress/Cucumber, but I get this error.
Read more >Testing using Cypress and Cucumber in JavaScript
We need to configure Cypress to use the the new @badeball/ cypress-cucumber-preprocessor, which provides the ability to understand .feature files and also to ......
Read more >badeball/cypress-cucumber-preprocessor - npm package
The npm package @badeball/cypress-cucumber-preprocessor was scanned for known vulnerabilities and missing license, and no issues were found. Thus the package ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks, @nilgaar for the concern, I couldn’t stand waiting, so I erased everything on my machine and upgraded to ubuntu 22.04. And thanks to God, am no longer getting that error.
I see @Jexsie , kinda fixed then. I think we can resolve the Issue then @badeball .