cypress-io / cypress-example-todomvc

The official TodoMVC tests written in Cypress.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error 404 when trying to run tests with cypress:open

MurrayLong opened this issue · comments

I've cloned the repo, then run

npm install
npm start
Confirmed the Todo application is running correctly on http://localhost:8888/#/

npm run cypress:run
30 Tests run and all pass

npm run cypress;open
which opens the cypress window.
Click on "Run all specs"
A new window opens at location "http://localhost:8888/__/#/tests/__all" which displays error 404.
No tests are run.

Am I doing something wrong?

Problem is windows group policies interfering with chrome proxy settings.
see: cypress-io/cypress#1253