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
The E2E tests use Terratest to spin up EC2 instances in AWS so that we can parallelize them and make them ephemeral. We want the ability to run the same tests locally, possibly using Vagrant.
Each Terratest-based E2E test should have a local variant
Code should be shared as much as possible. One idea that has been floated is to abstract the test logic into a Makefile that both sides use
The text was updated successfully, but these errors were encountered:
The E2E tests use Terratest to spin up EC2 instances in AWS so that we can parallelize them and make them ephemeral. We want the ability to run the same tests locally, possibly using Vagrant.
The text was updated successfully, but these errors were encountered: