-
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
Chrome for Testing - we can't run your tests #28554
Comments
Related: #28123 Definitely caused by the
This allows user to launch browser with cypress open
|
I was able to reproduce your issue on Ubuntu 22.04. Cypress running under Windows 11 does not have a problem to test using Chrome for Testing, and the name of the browser is parsed differently: So it seems you have put your finger on the cause of the issue on Linux when you note that the browser name and version is incorrectly parsed. Compare to Ubuntu where the version number is missing |
|
With the above, you can use
|
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided. |
Still happening |
|
Pitty, I am now running into the same issue. |
I am running into this issue as well. |
This issue prevents using browser-actions/setup-chrome in GitHub Actions to install an alternate version of Chrome, since the action installs Chrome for Testing, which fails to run with Cypress. |
Current behavior
npx cypress run --browser ~/chrome120/chrome --headed --no-exit
Chrome for Testing version: 120.0.6099.109 from https://alexsch01.github.io/chromefortesting/
Test code to reproduce
cypress/e2e/spec.cy.js
cypress.config.js
Cypress Version
13.6.1 **See Other
Node version
v20.10.0
Operating System
Linux 6.1.60 x86_64 GNU/Linux
Other
Same result testing with Cypress Version=10.0.0
The text was updated successfully, but these errors were encountered: