cypress-docker-images
cypress-docker-images copied to clipboard
Docker images with Cypress dependencies and browsers
Hi, I was using Cypress 7.0.0 and the docker image cypress/included was working. After updating to 7.1.0 the docker container started to "freeze" on random tests. I tried to downgrade...
Hi 👋 Thanks a lot for all these Docker images! I noticed the discussion around image size: https://github.com/cypress-io/cypress-docker-images/pull/83 and was wondering whether there might be a chance to create a...
Executing Cypress 9.6.0 throws the below error  I have XQuartz running with my $DISPLAY variable set to: `/private/tmp/com.apple.launchd.F7iXdpUeWD/org.xquartz:0` This is my docker-compose config: ```...
Hello Team! We recently wanted to move our stack to node v18. However, we needed to move back to nodev17 since there isn't any docker image for Cypress browser compatible...
Now that Cypress 10 was released, our pipeline fail because of the existing of `cypress.json` file. I know that we can workaround this problem by reinstalling the previous version, but...
# Environment * Jenkins 2.138.1 * Amazon Linux AMI 2018.03.0 # Jenkinsfile ```groovy pipeline { agent { // this image provides everything needed to run Cypress docker { image 'cypress/base:10'...
Using cypress/browsers:node12.16.1-chrome80-ff73 with Cypress 6.9.1 to run tests in my pipeline. Fails because the libgbm dependency is missing. ``` Running with gitlab-runner 11.10.0 (3001a600) on [redacted] NPbaytbq Using Docker executor...
In CI/CD tags with only `major` and/or `major.minor` version numbers would be really helpful
Switching from 8.7.0 to 9.0.0 image breaks our current Jenkins build with the following errors: ``` 12:46:08 > cypress run "--config-file" "config/ci.json" "--headless" "--browser" "chrome" "--record" "--key=****" 12:46:08 12:46:09 [126:1117/194609.299483:ERROR:bus.cc(392)]...