Cypress seems to ignore the specPattern
option in cypress.config.js
#26097
Unanswered
paul9115
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.
-
I'm seeing an issue when setting up my cypress tests and attempting to configure spec patterns (I'm using the cucumber plugin and want to limit spec files to .feature files.
In my config I have the following:
However, when running Cypress and checking the specs everything is listed and the options show that
specPattern
is set to**/tests/**/*
No matter what I set this glob to the default value is used instead.
Other options such as
baseUrl
are working as intended and the config in settings shows specPattern is being set from the configBeta Was this translation helpful? Give feedback.
All reactions