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

Support for env variables using different ways #147

Merged
merged 12 commits into from
Aug 27, 2021

Commits on Jul 14, 2021

  1. Add support for .env files

    Karan Nagpal authored and Karan Nagpal committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    8689aa8 View commit details
    Browse the repository at this point in the history
  2. Add support for CYPRESS_*, cypress_* env vars and system_env_vars

    Karan Nagpal authored and Karan Nagpal committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    9c56b1b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Handle run_settings in the backend

    Karan Nagpal authored and Karan Nagpal committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    0ab0f60 View commit details
    Browse the repository at this point in the history
  2. handling edgecases for env vars

    Karan Nagpal authored and Karan Nagpal committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    ddd446f View commit details
    Browse the repository at this point in the history
  3. add unit test cases for support of env vars

    Karan Nagpal authored and Karan Nagpal committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    f6805ed View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Undo removed comments; fix project and build name default setting

    Karan Nagpal authored and Karan Nagpal committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    373325f View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Change env in run_settings from string to object

    Karan Nagpal authored and Karan Nagpal committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    1e0fa8e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Make system_env_vars and cypress_* vars os level

    Karan Nagpal authored and Karan Nagpal committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    d892577 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. handle = in env var

    Karan Nagpal authored and Karan Nagpal committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    722da7c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    08f5190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4620a0f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    a2e8a4f View commit details
    Browse the repository at this point in the history