-
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
Display accurate error message when browser is not supported #6979
Comments
Yah, this may not be as straightforward because you can actually customize the available browsers. https://on.cypress.io/launching-browsers#Customize-available-browsers But yes, I agree this could be a better error message. Supported browser is actually a bit longer also:
|
Hi, I'd like to work on this! I do need a little help getting started. What directories would I have to go through in order to make the changes? Thank you! |
One way to do it would be to add a conditional statement in |
The code for this is done in cypress-io/cypress#7375, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior:
Safari is currently not supported. However, the error message is misleading user to think that
Safari
is not installed vs it not being supported.Desired behavior:
Accurate error message. For example:
Test code to reproduce
Run the following on a host with Safari installed.
Versions
Operating System
macOS 10.15.4
Browser
Safari
Related #6422
The text was updated successfully, but these errors were encountered: