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

I'm using cypress/included:10.2.0 image to run headless tests on a GitHub action workflow. The following is my cypress docker configuration: ``` cypress_headless: image: cypress/included:10.2.0 entrypoint: cypress run --env BASE_URL=front_test:3000 --project...

### Current behavior Currently, when using the `cypress/included` docker image and mounting a project dir read-only, cypress fails to run. ### Desired behavior It should not fail and run the...

type: enhancement

![image](https://user-images.githubusercontent.com/9191505/181855250-785f23f9-86c6-47ce-a70b-211f767f1529.png) Working in Windows 10 ![image](https://user-images.githubusercontent.com/9191505/181855497-64fd0cdf-99fe-42a3-be10-d55656607364.png) Not working on macbook air device. I'm not having this is issue on mac when cypress is installed natively only when using the docker...

Hi, I've set up a GitLab CI pipeline using `cypress/base:16`. When I run locally everything works as expected. In CI, however, Cypress picks up 20 tests I have not written....

Due to https://github.com/facebook/jest/issues/11956 we are having memory issues with the image with Node 16.13 Therefore we would like to use a version with Node 16.10 which should not have the...

Our Cypress GitHub Actions are failing as the image we're using (https://registry-1.docker.io/v2/cypress/browsers/manifests/node8.9.3-npm6.10.1-chrome76-ff68) now required authentication. We're receiving the following error: ``` {"errors":[{"code":"UNAUTHORIZED","message":"authentication required","detail":[{"Type":"repository","Class":"","Name":"cypress/browsers","Action":"pull"}]}]} ``` Was this a purposeful change or...

Currently, the `browsers` and `included` image series do not ship with any browsers except `--browser electron`. The blocker is the lack of official support from browser vendors. Users must manually...

type: enhancement

This PR corrects misspellings identified by the [check-spelling action](https://github.com/marketplace/actions/check-spelling). The misspellings have been reported at https://github.com/jsoref/cypress-docker-images/commit/71953cac3a84145ceb4abbb057964290511810da#commitcomment-77508204 The action reports that the changes in this PR would make it happy: https://github.com/jsoref/cypress-docker-images/commit/80ec7c57a1e1a03a4ab62fa6c07a5b1182e858a3...