Skip to content
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

Closed
Orlandohub opened this issue Nov 12, 2018 · 2 comments
Closed

ignoreTestFiles being ignored on Travis CI #2765

Orlandohub opened this issue Nov 12, 2018 · 2 comments

Comments

@Orlandohub
Copy link

Orlandohub commented Nov 12, 2018

Current behavior:

on my cypress config file cypress.json I added this:

{
  "baseUrl": "http://localhost:8000/",
  "ignoreTestFiles": "*.spec.js"
}

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.

@jennifer-shehane
Copy link
Member

Hey @Orlandohub, can you provide the full command and all arguments that you pass within TravisCI to run cypress?

@Orlandohub
Copy link
Author

Hey @jennifer-shehane, I managed to work it out, it seems there was an issue on travis side!
Thanks for the quick reply and keep up with the great work, enjoying to use Cypress a lot!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants