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.5.0

Read Run Cypress with a single Docker command

Run tests

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

Show Cypress version

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