helloGov / webapp

HelloGOV is a call-to-rep campaign link generating tool for organizations engaging in state and federal level legislative advocacy.
https://hellogov.app
MIT License
18 stars 24 forks source link

[WIP] install cypress #310

Open seport opened 4 years ago

seport commented 4 years ago

resolves #325

Motivation and context

Screenshots

before after

What I did

seport commented 4 years ago

progress so far:

docker-compose -f docker-compose.cypress.yml up to run the docker images

docker-compose -f docker-compose.cypress.yml build --no-cache to build with no cache i guess

patchneranartkomol commented 4 years ago

Got the above working!

Commands I ran in a separate window to confirm the app and Cypress is up and running:

docker ps
docker exec -it {{APP CONTAINER_ID}} bash

cypress run

Looking into this next. https://www.cypress.io/blog/2019/05/02/run-cypress-with-a-single-docker-command/