Is there some kind of regex filtering on spec folder names? #15083
-
Getting a really weird behavior in Cypress 6.4.0 (upgrading from 5): We have a spec folder at Cypress config is setup fine, no issues except that this Is there some kind of regex filtering on spec folder names which causes the folder name |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No, there should not be. Does it find the expected files if you do |
Beta Was this translation helpful? Give feedback.
No, there should not be. Does it find the expected files if you do
cypress run --spec '**auth**'
? Can you fork https://github.com/cypress-io/cypress-test-tiny and add empty spec files to recreate the problem there?