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

Replace CT Supported Frameworks "+" notation with fixed version ranges #5899

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

MikeMcC399
Copy link
Contributor

Issue

Supported Frameworks lists framework versions with a base version and a "+" to indicate later versions.

This is not consistent with the way that Cypress detects frameworks, which works on discrete versions, rather than minimum versions. Versions which are not verified by Cypress may not work. Leaving the highest supported version open is misleading.

Change

The table Supported Frameworks is reworked to conform to the supported versions specified in https://github.com/cypress-io/cypress/blob/develop/packages/scaffold-config/src/dependencies.ts.

Copy link

netlify bot commented Aug 18, 2024

👷 Deploy request for cypress-docs pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 472fb32

@cypress-app-bot
Copy link
Collaborator

@MikeMcC399 MikeMcC399 marked this pull request as ready for review August 18, 2024 14:26
Copy link
Member

@jennifer-shehane jennifer-shehane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jennifer-shehane jennifer-shehane merged commit 81adc63 into cypress-io:main Aug 19, 2024
5 checks passed
@MikeMcC399
Copy link
Contributor Author

@jennifer-shehane

Thanks!

You're welcome! I held back on attempting to resolve the associated issue since it was assigned to @jaffrepaul , however it seems that he is no longer available.

@MikeMcC399 MikeMcC399 deleted the ct-framework-versions branch August 19, 2024 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CT Supported Frameworks with wildcard "+" version
3 participants