Directory "cypress" not ignored?
Closed this issue · 2 comments
alanshaw commented
I've run npm install
, npm run test:e2e
and npm run test:e2e:ci
and now I have a cypress
directory that git reports as new - should it be ignored?
PedroMiguelSS commented
Yes, it should be ignored. Cypress tests were made to run on pre-push
to avoid possible errors on the service worker (issue here). Ideally, the tests should run on the CI. This is just a temporary solution (check this comment).