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(core): allow parsing dot notation cli args #9812

Merged
merged 1 commit into from Apr 14, 2022

Commits on Apr 14, 2022

  1. fix(core): allow parsing dot notation cli args

    parse dot notation cli args for env args passed to cypress executor to override cypress.env.json
    values.
    i.e. nx e2e project --env.API_URL=localhost:1234
    will now correctly give cypress e2e args to
    override the cypress.env.json values
    
    ISSUES CLOSED: #9764
    barbados-clemens committed Apr 14, 2022
    Copy the full SHA
    5e216bd View commit details
    Browse the repository at this point in the history