Skip to content

Conversation

@seport
Copy link
Contributor

@seport seport commented Dec 3, 2019

resolves #325

Motivation and context

Screenshots

before after

What I did

@seport
Copy link
Contributor Author

seport commented Dec 3, 2019

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
Copy link
Contributor

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

install cypress for e2e tests

3 participants