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

Externalize dependency on ENV vars for regression testing #1079

Open
SubPointSupport opened this issue Sep 26, 2017 · 0 comments
Open

Externalize dependency on ENV vars for regression testing #1079

SubPointSupport opened this issue Sep 26, 2017 · 0 comments

Comments

@SubPointSupport
Copy link
Contributor

Regression testing depends on a bunch of ENV vars to get things configured: account, password, provision mode, libraries and so on. As the list of vars expanded, it has become hard to manage and modify them. Also, there is no centralizedand easy way to get "teting profiles" config files.

It might be a good idea to remove dependency on ENV vars introducing a special service with the following logic:

  • look for ENV vars
  • if there is a local YAML file - use override from YAML file

That way we would be able to easily create, edit and share config ENV for regression testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants