webapp
webapp copied to clipboard
[WIP] install cypress
resolves #325
Motivation and context
Screenshots
| before | after |
|---|---|
What I did
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
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/