-
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
fix: launch args with multiple values inside quotes #29077
fix: launch args with multiple values inside quotes #29077
Conversation
|
chore: Update Chrome (beta) to 123.0.6312.28 (cypress-io#29080)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @erwin-huang. Thank you for opening a PR! The changes for the most part look good on my end. Just a few comments/suggestions.
@erwin-huang Will you be able to address the review comments for this PR? We'll have to close the PR if not. |
Co-authored-by: Bill Glesias <[email protected]>
Hi @jennifer-shehane, thanks for letting me know, I've updated the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me! Just need to get the linting job to pass
Co-authored-by: Bill Glesias <[email protected]>
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Fixed launch electron args with multiple values inside quotes.
Example
--foo=--bar=4196
--foo='--bar=4196 --baz=quux'
or--foo="--bar=4196 --baz=quux"
Closes #27454
Additional details
Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?