-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Description
Current behavior:
cypress open
dont show up cypress window. It load for sometime and nothing.
cypress run
work fine.
I did clean cache ( c:\Users\shape\AppData\Roaming\Cypress\
& c:\Users\shape\AppData\Local\Cypress\
), i did reinstall cypress. No luck.
here is cypress log from cypress open
https://gist.github.com/aldarund/7261313ecf1a729608f4d34008914c81
There is like 4-5 Cypress.exe running after open.
And when i stop it i see shortly a blinking window ( like milliseconds)
Desired behavior:
Cypress opens a runner and window show up
Steps to reproduce:
just cypress open
Versions
Cypress 3.1
Node 11
Windows 10 x64
Chrome Version 71.0.3578.20 (Official Build) beta (64-bit)
KrzysztofKarol, vitaliy4us, devfservant and LeedsCode