cypress-io / cypress-docker-images

Docker images with Cypress dependencies and browsers
https://on.cypress.io/continuous-integration
MIT License
1k stars 376 forks source link

Outdated examples/included-as-non-root-mapped using legacy Cypress #1143

Open MikeMcC399 opened 4 days ago

MikeMcC399 commented 4 days ago

What would you like?

Update examples/included-as-non-root-mapped to use a current version of Cypress.

The comment that Cypress Docker images are based on a node Docker image is no longer true and should be corrected.

Why is this needed?

The examples/included-as-non-root-mapped demonstrates how to build a new Docker image on top of cypress/included using a modified user and group. It is based on the legacy Cypress version 5.6.0 and for Docker Desktop on Mac.

Examples are not helpful if they do not demonstrate how to achieve results using current versions of Cypress. Filenames have changed and videos are no longer generated by default.

MikeMcC399 commented 4 days ago

This is not an issue that I can tackle since it requires macOS that I don't use.