Read Run Cypress with a single Docker command
$ docker run -it -v $PWD:/e2e -w /e2e cypress/included:3.6.0
# runs Cypress tests from the current folder
$ docker run -it -v $PWD:/e2e -w /e2e --entrypoint cypress cypress/included:3.6.0 --version
Cypress package version: 3.6.0
Cypress binary version: 3.6.0