cypress-io / cypress-example-kitchensink

This is an example app used to showcase Cypress.io testing.

Home Page:https://example.cypress.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI fails to install the ChromeDriver

MikeMcC399 opened this issue ยท comments

Issue

This repo suffers from a recurrent issue where CircleCI may fail to install the ChromeDriver. See for instance https://app.circleci.com/pipelines/github/cypress-io/cypress-example-kitchensink/1751/workflows/e22a925b-6496-4256-ad57-c8665ee3d78b/jobs/12048 for a example of workflow failure:

Chrome version major is 122
Installed version of Google Chrome is 122.0.6261.94
404
Matching Chrome Driver Version 404'd, falling back to first matching major version.
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   937  100   937    0     0  14410      0 --:--:-- --:--:-- --:--:-- 14415
New ChromeDriver version to be installed: 122.0.6261.94
122.0.6261.94 will be installed
curl: (22) The requested URL returned error: 404

Exited with code exit status 22

Suggestion

  • After resolution of issue cypress-io/circleci-orb#460 either allow renovate to bump the version of cypress: cypress-io/cypress@3.3.0 or do it manually:

cypress: cypress-io/cypress@3.3.0

๐ŸŽ‰ This issue has been resolved in version 2.0.2 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€