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

breaking: remove logic around min supported browsers #30462

Merged
merged 18 commits into from
Nov 1, 2024

Conversation

jennifer-shehane
Copy link
Member

@jennifer-shehane jennifer-shehane commented Oct 25, 2024

Additional details

With Cypress 14, we're updated our browser support stance to no longer be hardcoded minimum browser versions, but to support the last 3 major versions for Chrome, Firefox, and Edge. See #29977

This PR removes the logic in the App around handling the minimum versions of the browsers - and logic to show warnings to users when their browser is below that version.

Additionally, this removes the minSupportedVersion from Cypress.browser, but you can see from the documentation that these properties were never externally documented: https://docs.cypress.io/api/cypress-api/browser

Steps to test

How has the user experience changed?

Users of very very old browsers that weren't supported will no longer see a warning on those versions.

PR Tasks

BREAKING: remove logic around min supported browsers
@jennifer-shehane jennifer-shehane changed the base branch from develop to release/14.0.0 October 25, 2024 17:01
@jennifer-shehane jennifer-shehane self-assigned this Oct 25, 2024
Copy link

cypress bot commented Oct 25, 2024

cypress    Run #58058

Run Properties:  status check passed Passed #58058  •  git commit fa0759c6f6: Merge branch 'release/14.0.0' into remove-browser-version-warnings
Project cypress
Branch Review remove-browser-version-warnings
Run status status check passed Passed #58058
Run duration 21m 24s
Commit git commit fa0759c6f6: Merge branch 'release/14.0.0' into remove-browser-version-warnings
Committer Jennifer Shehane
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 5
Tests that did not run due to a developer annotating a test with .skip  Pending 1327
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 29368
View all changes introduced in this branch ↗︎
UI Coverage  46.11%
  Untested elements 189  
  Tested elements 166  
Accessibility  92.55%
  Failed rules  3 critical   8 serious   2 moderate   2 minor
  Failed elements 896  

@jennifer-shehane jennifer-shehane merged commit 0aa73c4 into release/14.0.0 Nov 1, 2024
79 of 82 checks passed
@jennifer-shehane jennifer-shehane deleted the remove-browser-version-warnings branch November 1, 2024 15:04
@jennifer-shehane jennifer-shehane mentioned this pull request Nov 1, 2024
28 tasks
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.

3 participants