-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ignoreTestFiles being ignored on Travis CI #2765
Comments
Hey @Orlandohub, can you provide the full command and all arguments that you pass within TravisCI to run cypress? |
Hey @jennifer-shehane, I managed to work it out, it seems there was an issue on travis side! |
This was referenced Jan 11, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current behavior:
on my cypress config file
cypress.json
I added this:So this way I can ignore the example
.spec.js
files. Localy works. On Travis ci it's completely ignored and runs all the.specs.js
I just installed Cypress latest version on my project with Gatsby.
The text was updated successfully, but these errors were encountered: