circleci-orb
circleci-orb copied to clipboard
Install, cache and run Cypress.io tests on CircleCI with minimal configuration.
This will make it possible to install a specific version of a package manager through the cypress orb
## Issue The example source code [src/examples/edge.yml](https://github.com/cypress-io/circleci-orb/blob/master/src/examples/edge.yml) in the GitHub [cypress-io/circleci-orb](https://github.com/cypress-io/circleci-orb) repo for running Cypress against the Microsoft Edge web browser using the [Cypress CircleCI Orb](https://circleci.com/developer/orbs/orb/cypress-io/cypress) fails. - There is...
BREAKING CHANGE: Update to Ubuntu 24.04.2 LTS in underlying Docker image - closes https://github.com/cypress-io/circleci-orb/issues/540 ## Situation Orb defaults to Node.js `20.15.0` and uses Cypress Docker image `cimg/node:22.15.0-browsers` https://github.com/cypress-io/circleci-orb/blob/6718c5b519197c68f2aa0c82126b15debc24abd2/src/executors/default.yml#L1-L10 - Prior...
## What would you like? Update the Orb to use a CircleCI base image that uses the current Ubuntu `24.04.2` LTS image instead of the outdated image Ubuntu `22.04.3` LTS...
## Current behavior Cypress verification in CircleCI jobs sporadically fails with a "Missing X server or $DISPLAY" error. Re-running the job generally recovers from the error. ## Desired behavior Cypress...
## Current status https://circleci.com/developer/orbs/orb/cypress-io/cypress shows the current orb version as - `cypress-io/[email protected]` published June 17, 2025 whereas the GitHub Releases list https://github.com/cypress-io/circleci-orb/releases continues to show [v4.1.0](https://github.com/cypress-io/circleci-orb/releases/tag/v4.1.0), from May 8, 2025,...