You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current software project is set up in a way where the Cypress test files are in a separate npm package, which gets installed in the actual project where Cypress is launched. This means that the test spec files are located in node_modules folder. This has been working fine, until we wanted to upgrade to Cypress 10.
This seems to make it impossible for us to upgrade to Cypress 10. This looks like a strange decision to remove functionality that was already present in earlier versions of Cypress. Is there any way for us to upgrade anyhow, without completely rearranging all of our repos? Is there a possibility to re-enable this functionality in Cypress?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Our current software project is set up in a way where the Cypress test files are in a separate npm package, which gets installed in the actual project where Cypress is launched. This means that the test spec files are located in node_modules folder. This has been working fine, until we wanted to upgrade to Cypress 10.
From the documentation found on https://docs.cypress.io/guides/references/migration-guide#Config-Option-Changes
The /node_modules/ pattern is automatically added to both e2e.specExcludePattern and component.specExcludePattern, and does not need to be specified (and can't be overridden).
This seems to make it impossible for us to upgrade to Cypress 10. This looks like a strange decision to remove functionality that was already present in earlier versions of Cypress. Is there any way for us to upgrade anyhow, without completely rearranging all of our repos? Is there a possibility to re-enable this functionality in Cypress?
Beta Was this translation helpful? Give feedback.
All reactions