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