Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 482 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 482 Bytes

cypress/included:3.6.1

Read Run Cypress with a single Docker command

Run tests

$ docker run -it -v $PWD:/e2e -w /e2e cypress/included:3.6.1
# runs Cypress tests from the current folder

Show Cypress version

$ docker run -it -v $PWD:/e2e -w /e2e --entrypoint cypress cypress/included:3.6.1 --version
Cypress package version: 3.6.1
Cypress binary version: 3.6.1