-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 nuxt2 support from Cypress Component Testing #30499
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cypress Run #58087
Run Properties:
|
Project |
cypress
|
Branch Review |
breaking/remove_nuxt2_support
|
Run status |
Passed #58087
|
Run duration | 21m 18s |
Commit |
f1fcebd4c0: breaking: remove nuxt2 support from Cypress Component Testing [run ci]
|
Committer | AtofStryker |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
4
|
Pending |
1327
|
Skipped |
0
|
Passing |
29361
|
View all changes introduced in this branch ↗︎ |
UI Coverage
46.54%
|
|
---|---|
Untested elements |
188
|
Tested elements |
168
|
Accessibility
92.57%
|
|
---|---|
Failed rules |
3 critical
8 serious
2 moderate
2 minor
|
Failed elements |
892
|
AtofStryker
force-pushed
the
breaking/remove_nuxt2_support
branch
from
October 30, 2024 20:58
8821214
to
0909d7d
Compare
AtofStryker
requested review from
cacieprins,
jennifer-shehane,
mschile and
ryanthemanuel
October 30, 2024 22:26
AtofStryker
force-pushed
the
breaking/remove_vite_3_and_under_support
branch
from
October 30, 2024 22:41
93bffde
to
149f592
Compare
AtofStryker
force-pushed
the
breaking/remove_nuxt2_support
branch
from
October 30, 2024 22:47
0909d7d
to
6f7a3b0
Compare
AtofStryker
commented
Oct 30, 2024
jennifer-shehane
approved these changes
Oct 31, 2024
mschile
approved these changes
Nov 1, 2024
Base automatically changed from
breaking/remove_vite_3_and_under_support
to
release/14.0.0
November 3, 2024 19:57
AtofStryker
force-pushed
the
breaking/remove_nuxt2_support
branch
from
November 3, 2024 20:00
6f7a3b0
to
f1fcebd
Compare
25 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Additional details
With Cypress 14, Cypress is removing official support (alpha) for Nuxt.js 2. Nuxt.js 2 was EOLed in June of 2024 so active support has ended.
Steps to test
If running a Nuxt2 project and trying scaffold CT, you will see the framework option for
Nuxt 2 (alpha)
is no longer presentHow has the user experience changed?
PR Tasks
cypress-documentation
? chore: remove nuxt2 documentation cypress-documentation#5976type definitions
?