-
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
Allow passing path to the browser in --browser <path> CLI option #1026
Comments
You need to also handle the error situation when the browser cannot be found. The code paths likely already account for this, but at least write one test. |
They are likely in |
it is not as simple as I have hoped, and I was getting an error as I left for meetup :( basically I am passing the browser name all the way down to the launcher and want to either find it by name in the list of detected browsers or try running it as chrome |
hmm, something is not shutting down browser after it is done testing |
@bahmutov : I've a path to linux chrome binary, how can i pass options to cypress to pickup this chrome path for testing. |
Is this feature still in development? |
I am also interested in this.. how can I for example use Chrom Beta that is installed side by side with stable version? |
The code for this is done in cypress-io/cypress#3337, but has yet to be released. |
Released in |
feature
Last unfinished task from #511
Allow the user to pass path to specific browser to use
--browser /my/bin/browser
The text was updated successfully, but these errors were encountered: