-
Notifications
You must be signed in to change notification settings - Fork 3.3k
chore: convert exec
directory to vitest
#32428
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
a6e43d8
to
44619db
Compare
59939a4
to
3252436
Compare
44619db
to
1c70b7f
Compare
going to move this to draft |
c30288b
to
ea18b2d
Compare
3252436
to
05184ef
Compare
05184ef
to
21bbbb8
Compare
21bbbb8
to
308e93e
Compare
cdbf532
to
758e743
Compare
758e743
to
5d520ff
Compare
5d520ff
to
e0b7bd1
Compare
cypress
|
Project |
cypress
|
Branch Review |
chore/cli_tests_exec
|
Run status |
|
Run duration | 19m 54s |
Commit |
|
Committer | Bill Glesias |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
11
|
|
1102
|
|
0
|
|
26661
|
View all changes introduced in this branch ↗︎ |
UI Coverage
44.86%
|
|
---|---|
|
188
|
|
157
|
Accessibility
97.72%
|
|
---|---|
|
4 critical
8 serious
2 moderate
2 minor
|
|
110
|
e0b7bd1
to
9f76c66
Compare
b5689a8
to
6430456
Compare
6430456
to
60a4899
Compare
cacieprins
approved these changes
Sep 5, 2025
94c94f8
to
046588d
Compare
AtofStryker
commented
Sep 5, 2025
046588d
to
0dd146f
Compare
Base automatically changed from
chore/misc_tests_cli
to
feature/cli_to_vitest
September 5, 2025 17:42
60a4899
to
6058435
Compare
AtofStryker
commented
Sep 5, 2025
AtofStryker
commented
Sep 5, 2025
AtofStryker
commented
Sep 5, 2025
AtofStryker
added a commit
that referenced
this pull request
Sep 12, 2025
* chore: rename snapshots and spec files to fit vitest convention (#32405) * chore: move compiled files to dist directory to make vitest convertion easier (#32406) * chore: convert utils to vitest (#32407) * chore: convert logger to vitest * chore: convert errors spec to vitest * chore: convert cypress spec to vitest * chore: convert `exec` directory to `vitest` (#32428) * 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 * chore: convert the CLI and build script specs over to vitest (#32438) * chore: convert tasks directory to vitest (#32434) 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 * chore: remove files no longer used now that mocha tests are converted to vitest (#32455) * build binaries * chore: fix CLI tests (#32484) * chore: remove CI branch
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
Converts the
exec
directory tovitest
. Some of the source files in the directory have also been reworked to make them easier to testSteps to test
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?