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
160 stars 101 forks source link

Runs failed on install chromeDriver step #457

Closed PopazovD closed 7 months ago

PopazovD commented 7 months ago

No code/setup changes since yesterday, but runs failed on install chrome Driver steps

The orb does not work as expected

cypressparameters: &cypressParameters filters: *only-master package-manager: yarn install-browsers: true working-directory: apps/***

  jobs:
  - cypress/run:
      <<: *cypressParameters
      filters: *only-local
      cypress-command: yarn cypress run --spec cypress/e2e/*
PopazovD commented 7 months ago

Not reproduced any more

PopazovD commented 7 months ago

And it's happens again

jennifer-shehane commented 7 months ago

Duplicate of https://github.com/cypress-io/circleci-orb/issues/458

jennifer-shehane commented 7 months ago

Please update to cypress' 3.3.1 orb to get this fix: https://github.com/cypress-io/circleci-orb/releases/tag/v3.3.1