You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The --browser=<path> option introduced in #1026 does not work properly if the path includes spaces. The spaces will not be properly escaped when doing the --version call, but will be escaped when launching the actual browser, making it impossible to both detect and launch a browser whose path contains spaces.
Workaround: create a symlink that does not contain spaces to the browser, and use that as the path.
The text was updated successfully, but these errors were encountered:
flotwig
changed the title
Browsers with spaces in the path name cannot be launched from --browser
Browsers with spaces in the path name cannot be launched from --browserApr 16, 2019
The code for this is done in cypress-io/cypress#4011, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
The
--browser=<path>
option introduced in #1026 does not work properly if the path includes spaces. The spaces will not be properly escaped when doing the--version
call, but will be escaped when launching the actual browser, making it impossible to both detect and launch a browser whose path contains spaces.Workaround: create a symlink that does not contain spaces to the browser, and use that as the path.
The text was updated successfully, but these errors were encountered: