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

Checks of base images has been broken

Open artem-pereverzev opened this issue 3 years ago • 0 comments

PR #700 broken PR checks for base images.

As said in README.md base image should contain "All operating system dependencies, no Cypress, and no browsers", but check running after PR created tries to run tests with chrome browser.

Example: https://app.circleci.com/pipelines/github/cypress-io/cypress-docker-images/1017/workflows/2c04fbea-1808-49b8-a436-b41431142e0f/jobs/37835


Cypress supports the following browsers:
 - electron
 - chrome
 - chromium
 - chrome:canary
 - edge
 - firefox

You can also use a custom browser: https://on.cypress.io/customize-browsers

Available browsers found on your system are:
 - electron
Can't run because you've entered an invalid browser name.

Caused by: https://github.com/cypress-io/cypress-docker-images/blob/b4c3f300265c4fbf473d2754de1b8a5847f78d68/circle.yml#L70

artem-pereverzev avatar Aug 08 '22 16:08 artem-pereverzev