-
Notifications
You must be signed in to change notification settings - Fork 173
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
Each E2E test should be runnable locally #100
Labels
Comments
This issue needs to be reworked due to the changes in #237 @jeff-mccoy Can you brain-dump your thoughts here on what you want to be able to do? |
Blocked by #265 |
Closed by #319 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: