cypress-io / circleci-orb

Install, cache and run Cypress.io tests on CircleCI with minimal configuration.

Home Page:https://circleci.com/orbs/registry/orb/cypress-io/cypress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing cypress-io/cypress@3.2.0 in Orb Registry

sedghi opened this issue · comments

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?

@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.

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?