A Docker image with all dependencies pre-installed. Just add your NPM packages (including Cypress) and run the tests. See Cypress Docker docs and Cypress CI guide.
node version: v12.16.2
npm version: 6.14.5
yarn version: 1.22.4
debian version: 10.3
user: root
Sample Dockerfile
FROM cypress/base:12.16.2
RUN npm install --save-dev cypress
RUN $(npm bin)/cypress verify
RUN $(npm bin)/cypress run