Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] install cypress #310

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

[WIP] install cypress #310

wants to merge 3 commits into from

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
2 participants