-
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
Handle browser not found object better #4966
Labels
good first issue
Good for newcomers
pkg/server
This is due to an issue in the packages/server directory
Comments
oh, it is actually called from a different place, and should pass browser name. Simple to fix if not browserLauncher = getBrowserLauncherByFamily(browser.family)
return throwBrowserNotFound(browser, options.browsers) in packages/server/lib/browsers/index.coffee |
bahmutov
added
good first issue
Good for newcomers
pkg/server
This is due to an issue in the packages/server directory
labels
Aug 9, 2019
packages/server/lib/browsers/index.coffee |
Issue with the server,browser support, and packing |
cypress-bot
bot
added
stage: pending release
and removed
stage: work in progress
labels
Aug 26, 2019
The code for this is done in cypress-io/cypress#4999, but has yet to be released. |
Released in |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
good first issue
Good for newcomers
pkg/server
This is due to an issue in the packages/server directory
v3.4.1 - a browser not found error does not understand that it gets an object, not a name
The text was updated successfully, but these errors were encountered: