webapp icon indicating copy to clipboard operation
webapp copied to clipboard

[WIP] install cypress

Open seport opened this issue 6 years ago • 2 comments

resolves #325

Motivation and context

Screenshots

before after

What I did

seport avatar Dec 03 '19 03:12 seport

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

seport avatar Dec 03 '19 03:12 seport

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/

patchneranartkomol avatar Dec 10 '19 04:12 patchneranartkomol