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

Missing cypress-io/cypress@3.2.0 in Orb Registry #441

Closed sedghi closed 8 months ago

sedghi commented 8 months ago

Seems like cypress-io/cypress@3.2.0 is not in the orb registry since we are getting this error

CleanShot 2023-11-01 at 11 05 17

Basically we are seeing some tests that are only flaky in the CI (not local) and was trying to upgrade cypress orb to see if they pass.

My question is that is 3.1.4 based on the latest cypress version (13.4.0) or it is an older version?

jennifer-shehane commented 8 months ago

@sedghi The Cypress version and cypress are not included in the orb itself, so it's not tied to a specific version. You are responsible for having Cypress installed, typically one might use a docker-image for this.

sedghi commented 8 months ago

Thanks for your reply. Also regarding version 3.2.0, which has been released in this repository under "releases." However, it seems that it is not yet available in the registry. Do you have any comments on this?

jennifer-shehane commented 8 months ago

@sedghi We fixed this, it's published now: https://circleci.com/developer/orbs/orb/cypress-io/cypress