cypress-docker-images
cypress-docker-images copied to clipboard
Docker images with Cypress dependencies and browsers
The image with version does not exist anymore.
Hi, the current version of cypress/included (7.2.0) contains firefox 77. It seems firefox was downgraded from 86 to 77 in cypress/included 7.0.1. Could we've a release with an updated version...
Added `node14.16.0` with `chrome89` to mitigate security risks in previous image.
Continuing from my comment https://github.com/cypress-io/cypress-docker-images/issues/449#issuecomment-798904136 It'd be great to have `cypress/included` official image based on latest Node LTS (v14) image. Any timeframe on that? Previously I had my custom Node...
hi guys, was wondering if you have plan to include a VNC server in chrome images; as I would like to access graphic interface `cypress open` provides I used `selenium`...
Trying to run the cypress-cucumber test in gitlab ci with docker image: cypress/included:5.4.0, the tests are not loading. Script to execute ci job: start-server-and-test npm start http://localhost:3000 cypress run The...
Chrome 89 is now in the stable channel, and FireFox 78 is the current extended support release. Signed-off-by: Kent R. Spillner
Chrome 89 is now in the stable channel, and FireFox 78 is the current extended support release. Signed-off-by: Kent R. Spillner
I use `cypress/included` as a base image for my custom cypress image. It used to work fine until I upgraded it from 5.1.0 to 6.3.0. Cypress. Now, when I run...
Hello, Following this [PR](https://github.com/cypress-io/cypress-docker-images/pull/436), I am experiencing an error at the end of the pipeline. The problem seems to be that this previously merged [PR](https://github.com/cypress-io/cypress-docker-images/pull/427) creating the same base image...