Home > Enterprise >  Cypress UI sees my spec files but not working
Cypress UI sees my spec files but not working

Time:03-01

I have just created a spec file under that path is integration>mweb>account>address-mweb.spec.ts. Cypress UI sees my all spec files but while running it cannot establish a connection with tests.

How can I fix this, any idea?

p.s there is no network issue.

Waiting to connect on terminal

Cypress UI appearance

CodePudding user response:

Is it the same with Electron, seems the issue with the chrome browser. Before checking others, please try with Electron

CodePudding user response:

Update the cypress version to the latest. It might help you to fix the issue.

CodePudding user response:

maybe check your hosts file, see whether

127.0.0.1       localhost

is in there

  • Related