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

test(deps): update cypress examples to 13.13.0 #472

Closed MikeMcC399 closed 2 months ago

MikeMcC399 commented 2 months ago

Issue

The examples directory contains example sub-directories using cypress@13.2.0 released on Sep 12, 2023.

Change

Update all examples directories to use cypress@13.13.0, released July 2, 2024.

Verification

On Ubuntu 22.04.4 LTS, Node.js v18.20.3, Yarn 1.22.22

angular-app

cd examples/angular-app
npm ci
npx cypress run --component --browser firefox

custom-install

cd examples/custom-install
npm run custom-install
npm test

npm-install

cd examples/npm-install
npm ci
npm test

wait-on

cd examples/wait-on
npm ci
node ./server.js

In a separate terminal window, execute

npx cypress run

yarn-install

cd examples/yarn-install
yarn
yarn test
CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

cypress-app-bot commented 2 months ago
MikeMcC399 commented 2 months ago
MikeMcC399 commented 2 months ago

@jennifer-shehane

You've approved this PR twice. Did you intend to merge it or were you waiting for a second opinion?

jennifer-shehane commented 2 months ago

😄 Just distracted.