-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
type: duplicateThis issue or pull request already existsThis issue or pull request already exists
Description
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
Metadata
Metadata
Assignees
Labels
type: duplicateThis issue or pull request already existsThis issue or pull request already exists