You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current e2e tests rely solely on environment. variables for configuration. This is fine when there are relatively few variables, but as our tests have gotten more involved, there have been more and more configuration options being added.
Proposal
Add file that enables granular configuration over test settings.
Problem Definition
Our current e2e tests rely solely on environment. variables for configuration. This is fine when there are relatively few variables, but as our tests have gotten more involved, there have been more and more configuration options being added.
Proposal
Add file that enables granular configuration over test settings.
Here is an example for what this might look like
We can allow the environment variables to take precedence so we don't need to modify our CI immediately.
For Admin Use
The text was updated successfully, but these errors were encountered: