-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot execute any test. #18153
Labels
stage: needs information
Not enough info to reproduce the issue
Comments
Could you run Cypress in debug mode mode and print the entire set of logs here? |
jennifer-shehane
added
the
stage: needs information
Not enough info to reproduce the issue
label
Sep 20, 2021
Here you go
|
anything news on that ? |
Just tested on brand new simple |
Duplicate of #14175. |
Thanks, didn't see that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current behavior
Hello.
I am new to Cypress and i have been trying to get it up and running but, unfortunately encountered some errors.
Whenever i execute
npx cypress open
, the GUI successfully opens.But when i execute any of the example tests which were provided by Cypress, it opens the Chrome browser for 2 seconds and exits immediately with a console error:
Same applies when using
./node_modules/.bin/cypress open
Information:
npx cypress info
log:Application Data:
C:\Users\Win10\AppData\Roaming\cypress\cy\development
Browser Profiles:
C:\Users\Win10\AppData\Roaming\cypress\cy\development\browsers
Binary Caches:
C:\Users\Win10\AppData\Local\Cypress\Cache
Cypress Version:
8.4.1
System Platform:
win32 (10.0.19044)
System Memory:
34.2 GB free 13.4 GB
Computer information:
Device specifications:
Device name:
Win10
Processor:
Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz 3.60 GHz
Installed RAM:
32.0 GB (31.9 GB usable)
System type:
64-bit operating system, x64-based processor
Pen and touch:
No pen or touch input is available for this display
Windows specifications:
OS:
Windows
Edition:
Windows 10 Pro
Version:
21H2
OS build:
19044.1237
Experience:
Windows Feature Experience Pack 120.2212.3920.0
Desired behavior
In this situation, Cypress should open the test window on chrome and work.
Test code to reproduce
There is no code yet since this is just the Cypress GUI itself. (No custom test is written yet)
Cypress Version
8.4.1
Other
Please note that i've already tried some solutions such as:
Disabling GPU through config,
Reinstalling Cypress completely by:
cypress
from the node project.node_modules
completely and reinstall the project packages (Withoutcypress
).C:\Users\Win10\AppData\Local\Cypress
C:\Users\Win10\AppData\Roaming\Cypress
npm i -D cypress
yet no success.
Please let me know if you need any more detail.
The text was updated successfully, but these errors were encountered: