How can I now exclude some tests from command line on Cypress 10 #22249
Unanswered
ztulic
asked this question in
Questions and Help
Replies: 2 comments 2 replies
-
I believe this feature is unchanged. Perhaps you have stumbled upon a bug? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have the same issue, were you able to make it work? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Before Cypress 10 I used to exclude some tests using this command:
npm run cy:run -- --browser chrome --headless --spec "**/!(test1.js|test2.js)"
All tests except for test1.js and test2.js will run, but now this is not working.
Is there any way to do that in new Cypress version?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions