We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to verify Cypress on WSL2 (Ubuntu 18.04) using VcXsrv times out:
$ npx cypress verify ✖ Verifying Cypress can run /home/icorbrey/.cache/Cypress/4.11.0/Cypress → Cypress Version: 4.11.0 Cypress verification timed out. This command failed with the following output: /home/icorbrey/.cache/Cypress/4.11.0/Cypress/Cypress --no-sandbox --smoke-test --ping=303 ---------- Command failed: /home/icorbrey/.cache/Cypress/4.11.0/Cypress/Cypress --no-sandbox --smoke-test --ping=303 ---------- Platform: linux (Ubuntu - 18.04) Cypress Version: 4.11.0
Cypress should verify as expected.
Under WSL 2 with dependencies installed:
$ npm init $ npm install cypress $ npx cypress verify
2
4.11.0
1.20.8.1
18.04 LTS
The text was updated successfully, but these errors were encountered:
Fixed by installing xvfb and unsetting DISPLAY, however unsetting the env variable shouldn't be required
xvfb
DISPLAY
Sorry, something went wrong.
Duplicate of #7065
No branches or pull requests
Current behavior:
Trying to verify Cypress on WSL2 (Ubuntu 18.04) using VcXsrv times out:
Desired behavior:
Cypress should verify as expected.
Test code to reproduce
Under WSL 2 with dependencies installed:
Versions
2
4.11.0
1.20.8.1
18.04 LTS
The text was updated successfully, but these errors were encountered: