Chrome and all required dependencies for running Cypress.
295
Chrome images with all required dependencies for running Cypress in Docker. They're based on the official Cypress images, but adapted to the development toolchain employed by the team in charge of the web front-end of Moss.
All images are available on Docker Hub. They are tagged with the Chrome version they contain.
| Image | Node.js | Browsers | Status |
|---|---|---|---|
| doalitic/cypress-chrome:stable | 8.11 | Chrome 65 |
Example Dockerfile to install and run Cypress.
FROM doalitic/cypress-chrome:stable
RUN npm install cypress
RUN $(npm bin)/cypress run --browser chrome
Content type
Image
Digest
Size
412.3 MB
Last updated
over 8 years ago
docker pull doalitic/cypress-chrome:stable