Skip to content
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

Merged
merged 16 commits into from Apr 10, 2024

Conversation

erwin-huang
Copy link
Contributor

@erwin-huang erwin-huang commented Mar 6, 2024

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

@CLAassistant
Copy link

CLAassistant commented Mar 6, 2024

CLA assistant check
All committers have signed the CLA.

@cypress-app-bot
Copy link
Collaborator

@erwin-huang erwin-huang marked this pull request as ready for review March 7, 2024 00:57
@AtofStryker AtofStryker self-requested a review March 12, 2024 15:26
Copy link
Contributor

@AtofStryker AtofStryker left a 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.

packages/server/lib/environment.js Show resolved Hide resolved
packages/server/lib/environment.js Outdated Show resolved Hide resolved
@mschile mschile requested a review from cacieprins March 26, 2024 15:30
@jennifer-shehane
Copy link
Member

@erwin-huang Will you be able to address the review comments for this PR? We'll have to close the PR if not.

@erwin-huang
Copy link
Contributor Author

@erwin-huang Will you be able to address the review comments for this PR? We'll have to close the PR if not.

Hi @jennifer-shehane, thanks for letting me know, I've updated the PR.

Copy link
Contributor

@AtofStryker AtofStryker left a 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

cli/CHANGELOG.md Outdated Show resolved Hide resolved
erwin-huang and others added 2 commits April 4, 2024 05:50
Co-authored-by: Bill Glesias <bglesias@gmail.com>
@AtofStryker AtofStryker self-requested a review April 5, 2024 15:15
@jennifer-shehane jennifer-shehane merged commit 5251d2b into cypress-io:develop Apr 10, 2024
67 checks passed
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Apr 11, 2024

Released in 13.7.3.

This comment thread has been locked. If you are still experiencing this issue after upgrading to
Cypress v13.7.3, please open a new issue.

@cypress-bot cypress-bot bot locked as resolved and limited conversation to collaborators Apr 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to pass --js-flags to electron browser
6 participants