cypress-docker-images
cypress-docker-images copied to clipboard
Docker images with Cypress dependencies and browsers
examples/included-as-non-root-alternative/Dockerfile the approach works on 3.8.0, but doesn't work on 13.1.0
[README](https://github.com/cypress-io/cypress-docker-images/blob/master/README.md) links to [cypress/browsers](https://hub.docker.com/r/cypress/browsers/) as https://hub.docker.com/r/cypress/browsers/ and on https://hub.docker.com/r/cypress/browsers/ in the Overview tab there is a link back to https://github.com/cypress-io/cypress-docker-images/tree/master/browsers Whereas Tags on https://hub.docker.com/r/cypress/browsers/ includes `latest` published quite recently: ...
### What would you like? Support for webkit & its dependencies baked into the the existing docker image ### Why is this needed? To have webkit support, This is useful...
We tried to run cypress docker image under Jenkins which runs all docker images with non-root account. Unfortunately, this is not possible without hack and modifications in the image itself....
Running as user 1001 (or other) is easy if the HOME variable is set to "/root" I propose to add in the Dockerfile: `ENV HOME=/root` Indeed, there are no particularities...
# Current Behavior Cypress factory fails to install Yarn 3. ``` + curl -fsSLO --compressed https://yarnpkg.com/downloads/3.5.0/yarn-v3.5.0.tar.gz curl: (22) The requested URL returned error: 404 child process exited with code 22...
Hey I guess it would be awesome to support wildcards in `cypress/factory` so we can use the latest major release (for example `ARG NODE_VERSION='^18'` or `ARG CYPRESS_VERSION='^12'`) or even `latest`...
Currently there is no way to use interactive mode using Docker Desktop, see #763 You can work arround this issue by using `image: theasp/novnc:latest` in another container: ```yaml cypress: image:...
I am trying to build image cypress factory image with the following configurations: 14:08:44 Building cypress 14:08:44 Step 1/8 : ARG CHROME_VERSION='107.0.5304.121-1' 14:08:44 Step 2/8 : ARG EDGE_VERSION='100.0.1185.29-1' 14:08:44 Step...
### Current behavior Unable to run Cypress test on Chrome and Firefox Browsers using Docker in Apple M1 chip. It works fine, locally for chrome and firefox but there is...