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

Corrected parsing of passed environment variables for GLOB and TAGS #352

Merged
merged 3 commits into from
Jun 1, 2020

Commits on Mar 29, 2020

  1. fix(cypress-tags): corrected parsing of passed environment variables …

    …for GLOB and TAGS
    
    This sets it to respect how Cypress expect and behaves with this flag allowing us to pass
    environment varibles along side TAGS and GLOB and have all variables be properly passed to Cypress.
    
    fixes #335
    ojizero committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    5c6448d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e36611 View commit details
    Browse the repository at this point in the history
  3. chore: apply @dallevon comments

    ojizero authored Mar 29, 2020
    Configuration menu
    Copy the full SHA
    eae3c7a View commit details
    Browse the repository at this point in the history