https://github.com/phase2/docker-cypress
Cypress running as user 1000
https://github.com/phase2/docker-cypress
Last synced: 2 months ago
JSON representation
Cypress running as user 1000
- Host: GitHub
- URL: https://github.com/phase2/docker-cypress
- Owner: phase2
- License: mit
- Created: 2022-01-31T19:44:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T19:46:47.000Z (about 4 years ago)
- Last Synced: 2025-05-15T18:51:35.717Z (about 1 year ago)
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cypress image
This docker image inherits from the standard [Cypress.io](https://github.com/cypress-io) and uses the technique for [Running cypress/included image as non-root mapped](https://github.com/cypress-io/cypress-docker-images/tree/master/examples/included-as-non-root-alternative) to run tests as user 1000.
This allows the test results to be owned by the same user as the Github runner.