cypress-io / circleci-orb

Install, cache and run Cypress.io tests on CircleCI with minimal configuration.
https://circleci.com/orbs/registry/orb/cypress-io/cypress
MIT License
159 stars 101 forks source link

fix: bump browser tools to fix 404 on chrome install #463

Closed jennifer-shehane closed 4 months ago

jennifer-shehane commented 4 months ago

Close https://github.com/cypress-io/circleci-orb/issues/460

A downstream fix was published in browser-tools-orb: https://github.com/CircleCI-Public/browser-tools-orb/releases/tag/v1.4.8 to address an issue where downloading the chrome browser results in a 404 and does not install.

Since orbs are immutable as noted in this thread, we need to explicitly set a version for our dependency orb and republish to get this fix.