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: update cypress in examples to 13.15.1 #1238

Merged

Conversation

MikeMcC399
Copy link
Collaborator

Issue

examples/basic is configured with [email protected].

[email protected] is the minimum version compatible with Firefox 129 and above. Lower versions of Cypress fail to connect to Firefox. Using the pre-configured Cypress project in examples/basic will therefore fail with current versions of Firefox.

Change

For consistency across examples, update each of the following directories to cypress@latest ([email protected]):

Verification

cd examples/basic         # Use a pre-configured simple Cypress E2E project
npm ci                    # Install Cypress
docker build . -f Dockerfile.browsers -t test-browsers  # Build a new image
docker run -it --rm --entrypoint bash test-browsers -c "npx cypress run -b firefox" # Run Cypress test in container using Firefox

Cypress should run successfully using [email protected] and Firefox 131.

@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 force-pushed the update/examples-cypress branch from 72f4461 to 8dd8bbf Compare October 27, 2024 10:20
@MikeMcC399 MikeMcC399 self-assigned this Oct 27, 2024
@MikeMcC399 MikeMcC399 marked this pull request as ready for review October 27, 2024 10:32
@jennifer-shehane jennifer-shehane merged commit faa53ee into cypress-io:master Oct 28, 2024
31 checks passed
@MikeMcC399 MikeMcC399 deleted the update/examples-cypress branch October 28, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants