-
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
Google Chrome for testing - version not parsed correctly #28123
Comments
Oh, that is not great. Open to a PR to fix this. |
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. |
Not yet resolved. On Ubuntu "Custom Chrome for" and fails to complete a run.
https://on.cypress.io/chromium-downloads > https://www.chromium.org/getting-involved/download-chromium/ Browser is installed in current directory e.g. under sub-directory: chrome/linux-124.0.6367.207/chrome-linux64/chrome
==================================================================================================== (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ |
|
Current behavior
When using Google Chrome for testing, Cypress cannot parse the browser version correctly:
browser: { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: 'for', path: 'chrome', minSupportedVersion: 64, majorVersion: 'for', isHeadless: true, isHeaded: false }
Desired behavior
Cypress should add "Google Chrome for Testing" for the browser detection.
Test code to reproduce
Not applicable
Cypress Version
13.3.2
Node version
18.18.2
Operating System
Red Hat Enterprise Linux release 9.2 (Plow)
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: