Firefox displaying error regarding cypress-cucumber-preprocessor:spec-envelopes #30006
Unanswered
avdovichj
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running my scripts using npx cypress open and selecting Firefox as the browser, my scrips are running without any issues, but when I run one of the following commands:
npx cypress run --spec "cypress/e2e/Feature Testing/" --browser firefox --headed
or
npx cypress run --spec "cypress/e2e/Feature Testing/" --browser firefox --headed
my scripts probably fail due to an error caused by the cypress-cucumber-preprocessor:
My cypress.config.js file looks like this:
And my package.json file contains these dependencies:
And here is an example of a test using Cucumber:
The other browsers (Chrome & Edge) are running without issues on both headed and headless mode and when running both 'npx cypress open' and 'npx cypress run'. How could I resolve this issue on Firefox?
Beta Was this translation helpful? Give feedback.
All reactions