You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I recently learned about Cypress, and I wanted to play with it, but unfortunately, I'm stuck at the very beginning step: I cannot start it!
I'm using Windows, and I've tried running it using the locally installed package in my project or as a global Node module.
Current behavior:
When I run cypress open in my terminal, nothing happens, it seems that something is happening in the background, but I don't see any window appear. If I directly find Cypress.exe and click on it, a window appears, but not using the open command.
I've tried cache clear and then cypress install, but the behavior is still the same!
Desired behavior:
I should be able to see something. Am I missing something here?
Steps to reproduce:
Install globally: yarn global add cypress
Run the install command: cypress install
Run the open command: cypress open
Versions
Windows 10 1809 64bit
Cypress 3.1.1
Chrome 70
The text was updated successfully, but these errors were encountered:
Hi, I recently learned about Cypress, and I wanted to play with it, but unfortunately, I'm stuck at the very beginning step: I cannot start it!
I'm using Windows, and I've tried running it using the locally installed package in my project or as a global Node module.
Current behavior:
When I run
cypress open
in my terminal, nothing happens, it seems that something is happening in the background, but I don't see any window appear. If I directly findCypress.exe
and click on it, a window appears, but not using theopen
command.I've tried
cache clear
and thencypress install
, but the behavior is still the same!Desired behavior:
I should be able to see something. Am I missing something here?
Steps to reproduce:
yarn global add cypress
install
command:cypress install
open
command:cypress open
Versions
Windows 10 1809 64bit
Cypress 3.1.1
Chrome 70
The text was updated successfully, but these errors were encountered: