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

Is there a reason why apt-get clean is not being run after installing the dependencies? As far as I understand, these images are ready to go for using NPM/Yarn and...

Getting the following error when running the export to excel test on pipeline Note: The same test runs fine on local in both browser and headless mode The plugins file...

When the PDW contains spaces, our example commands break. We should wrap them in quotes. Without quotes, the command is constructed incorrectly: ``` bluewinds@Aisa:~/My Games/Mine/Lapis2$ sudo docker run -it -v...

Hi there, I am attempting to use these during a parallel job execution. I would like to use `actions/cache@v2` instead of `upload-artifact` for sharing my build and cypress dependencies between...

type: feature

Using this command: `docker run -it -v $PWD:/e2e -v /tmp/.X11-unix:/tmp/.X11-unix -w /e2e -e DISPLAY --entrypoint cypress cypress/included:3.4.1 open --project . ` Works fine on 3.2.0 but on 3.4.0 and 3.4.1,...

cypress/included:9.2.0 When I execute the tests with `cypress run` (i.e. electron) and some tests fail, the cypress process logs the failure but does not return. The process stays alive until...

needs information

Getting below error while running cypress scripts in firefox browser Cypress version - 9.2.0 Docker image- Tried with below images cypress/browsers:node12.18.3-chrome89-ff86 cypress/browsers:node14.17.0-chrome91-ff89 **Note: It is working fine in chrome browser**...

Just leaving this here in case someone else has the same problem. We're using cypress/base:12 Docker image in CI/CD and earlier today, the pipelines started failing. ``` $ cypress run...

I use cypress/included:9.2.0 in a concourse build. If I run with video=true, the build quickly shows the passed tests, but not the summary report, and it does not start writing...