-
Make sure that the EC2 machines are terminated
-
Create EC2 machines with docker docker-machine create --driver amazonec2 testdriven-staging
-
Point the Docker Engine to the new machine eval $(docker-machine env testdriven-staging)
-
Grab the IP for the new staging machine DOCKER_MACHINE_STAGING_IP=$(docker-machine ip testdriven-staging)
-
Update the REACT_APP_USERS_SERVICE_URL environment variable export REACT_APP_USERS_SERVICE_URL=http://$DOCKER_MACHINE_STAGING_IP
-
Spin up the containers docker-compose -f docker-compose-stage.yml up -d --build
-
E2E tests ./node_modules/.bin/cypress open --config baseUrl=http://$DOCKER_MACHINE_STAGING_IP
-
Notifications
You must be signed in to change notification settings - Fork 0
npcastro/testdriven-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published