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

feat: component testing now supports vite 6 #30679

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

AtofStryker
Copy link
Contributor

@AtofStryker AtofStryker commented Nov 26, 2024

Additional details

Supports Vite 6 inside Cypress Component Testing. Vite 6 did not contain any breaking changes according to the changelog.

Screenshot 2024-11-27 at 12 40 22 PM Screenshot 2024-11-27 at 12 40 28 PM Screenshot 2024-11-27 at 12 40 47 PM

Steps to test

Test the built binary against a vite 6 project via the cli

How has the user experience changed?

Users can now use vite 6 to scaffold their component tests

PR Tasks

@AtofStryker AtofStryker changed the title feat: component testing now supports vite 6 [run ci] feat: component testing now supports vite 6 Nov 26, 2024
Copy link

cypress bot commented Nov 26, 2024

cypress    Run #58630

Run Properties:  status check passed Passed #58630  •  git commit d9e7f077a7: feat: component testing now supports vite 6 [run ci]
Project cypress
Branch Review feat/support_vite_6
Run status status check passed Passed #58630
Run duration 17m 30s
Commit git commit d9e7f077a7: feat: component testing now supports vite 6 [run ci]
Committer AtofStryker
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 7
Tests that did not run due to a developer annotating a test with .skip  Pending 1326
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 29383
View all changes introduced in this branch ↗︎
UI Coverage  46.2%
  Untested elements 186  
  Tested elements 164  
Accessibility  92.55%
  Failed rules  3 critical   8 serious   2 moderate   2 minor
  Failed elements 893  

@AtofStryker AtofStryker self-assigned this Nov 27, 2024
@AtofStryker AtofStryker marked this pull request as ready for review November 27, 2024 17:46
@AtofStryker AtofStryker linked an issue Dec 2, 2024 that may be closed by this pull request
@AtofStryker AtofStryker merged commit 4efd932 into release/14.0.0 Dec 3, 2024
108 of 115 checks passed
@AtofStryker AtofStryker deleted the feat/support_vite_6 branch December 3, 2024 20:03
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.

Support Vite 6 with @cypress/vite-dev-server
2 participants