-
Notifications
You must be signed in to change notification settings - Fork 3.3k
chore: convert CLI tests to vitest #32416
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
Merged
Merged
Conversation
This file contains hidden or 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
* chore: cut over exec directory to vitest * Update cli/test/lib/exec/run.spec.ts * Update cli/test/lib/exec/run.spec.ts * Update cli/test/lib/exec/run.spec.ts
change way verify module is exported due to issues interpreting module (thinks its an esm) rework scripts as we cannot run an empty mocha suite chore: fix snapshots and verify requires that are internal to the cypress project fix stubbing issues with fs-extra which is also used by request-progress under the hood fix issues where xvfb was stopping prematurely
cypress
|
Project |
cypress
|
Branch Review |
feature/cli_to_vitest
|
Run status |
|
Run duration | 20m 39s |
Commit |
|
Committer | Bill Glesias |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
3
|
|
28
|
|
0
|
|
791
|
View all changes introduced in this branch ↗︎ |
UI Coverage
63.16%
|
|
---|---|
|
26
|
|
48
|
Accessibility
98.98%
|
|
---|---|
|
0 critical
3 serious
1 moderate
0 minor
|
|
19
|
merging this in as the underlying commits are approved through review |
cypress-app-bot
pushed a commit
that referenced
this pull request
Sep 14, 2025
cypress-app-bot
pushed a commit
that referenced
this pull request
Sep 14, 2025
cypress-app-bot
pushed a commit
that referenced
this pull request
Sep 14, 2025
cypress-app-bot
pushed a commit
that referenced
this pull request
Sep 14, 2025
cypress-app-bot
pushed a commit
that referenced
this pull request
Sep 14, 2025
cypress-app-bot
pushed a commit
that referenced
this pull request
Sep 14, 2025
cypress-app-bot
pushed a commit
that referenced
this pull request
Sep 15, 2025
cypress-app-bot
pushed a commit
that referenced
this pull request
Sep 15, 2025
cypress-app-bot
pushed a commit
that referenced
this pull request
Sep 15, 2025
cypress-app-bot
pushed a commit
that referenced
this pull request
Sep 15, 2025
cypress-app-bot
pushed a commit
that referenced
this pull request
Sep 15, 2025
cypress-app-bot
pushed a commit
that referenced
this pull request
Sep 15, 2025
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
This is a feature branch and all the commits in it have been reviewed. Converts all the tests in the CLI to vitest from mocha and refactors some of the source code to be more readable
Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?