Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged

Conversation

MikeMcC399
Copy link
Collaborator

@MikeMcC399 MikeMcC399 commented Jul 15, 2024

Issue

The examples directory contains example sub-directories using [email protected] released on Sep 12, 2023.

Change

Update all examples directories to use [email protected], 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

- examples/angular-app
- examples/custom-install
- examples/npm-install
- examples/wait-on
- examples/yarn-install
@CLAassistant
Copy link

CLAassistant commented Jul 15, 2024

CLA assistant check
All committers have signed the CLA.

@cypress-app-bot
Copy link
Collaborator

@MikeMcC399 MikeMcC399 marked this pull request as ready for review July 15, 2024 12:18
@MikeMcC399
Copy link
Collaborator Author

MikeMcC399 commented Jul 15, 2024

@MikeMcC399
Copy link
Collaborator Author

@jennifer-shehane

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

@jennifer-shehane
Copy link
Member

😄 Just distracted.

@jennifer-shehane jennifer-shehane merged commit cf15ed0 into cypress-io:master Jul 16, 2024
9 of 10 checks passed
@MikeMcC399 MikeMcC399 deleted the update/cypress-13.13.0 branch July 17, 2024 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Angular component test fails with Firefox 128.0 locally
4 participants