cypress-docker-images icon indicating copy to clipboard operation
cypress-docker-images copied to clipboard

Docker images with Cypress dependencies and browsers

Results 173 cypress-docker-images issues
Sort by recently updated
recently updated
newest added

Hi Everyone, I run cypress tests in the container cypress/included:4.12.1 and I use cypress-terminal-report plugin to output test logs to a file that with path: module.exports = (on, config) =>...

Hello, I have this issue on every github action run, do you have an idea? It's the same issue with Cypress `4.3.0` and / or the chrome 89 version. ```...

Not sure why this is failing.. when I build this image using docker it passes fine, I even get it to spit out the `tsc` version, verifying that typescript support...

``` Step 7/10 : RUN firefox --version ---> Running in d83fe5a77482 Mozilla Firefox 57.0.2 Removing intermediate container d83fe5a77482 ---> 228be4d907e8 Step 8/10 : RUN apt-cache policy google-chrome-stable ---> Running in...

This PR adds a new base image for centos8

I am developing on a remote VM (GCP, Ubuntu) while I wait for the issues with Docker Desktop for Apple M1 silicon are resolved. I am trying to open the...

Hey, I am trying to setup test environment which can be run on CircleCI. Locally, everything works fine, however, when tried to tied up everything and run it on CI...

bug