Unable to update Spec pattern for one of the projects #22553
Unanswered
brahmini
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm looking for some help here
Question: Does Cypress V10 support executing multiple projects?
I have 2 different cypress projects and currently have trouble migrating spec patterns for one of them. The first project had no issues after the v10 update (I'm able to access spec files and execute tests) but the second one says:
We couldn't find any files matching the following spec patterns. You may need to move your specs or update your specPattern to find them.
--> I tried clicking the
Update Spec Pattern
option and it pulled the project but nothing happened.Note: I included
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}'
withincypress.config.js
manually as it wasn't included during migration earlier.Additional context related to projects:
Your help is appreciated, thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions