How do you override specPattern for component testing? #22999
Unanswered
cellog
asked this question in
Component Testing
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.
-
In Cypress 10, how do you override the
specPattern
on the command-line? I tried passing inspecPattern=**/*.*
and it was unable to find any files at all, so clearly that is not the way to do it. In Cypress 9.* and earlier, you could pass in a path to override and it would work.It seems in Cypress 10 that there is no way to do this
Beta Was this translation helpful? Give feedback.
All reactions