-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
[test] Use vite and vitest for e2e and regression tests #1127
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
57ecb9f
Replace webpack with vite
mj12albert c448869
Fix css import
mj12albert c2f353f
Use resolve.alias to docs
mj12albert 83dffd9
Fix font loading
mj12albert 79e0de6
Update regression test
mj12albert e3d2faa
Fix TS and eslint
mj12albert 7582992
Update vitest config
mj12albert 9317e7d
Update regression test
mj12albert 2068e5c
Update CI
mj12albert 774fccb
Remove webpack from regression tests
mj12albert ce14c06
Update vitest config
mj12albert 1fc0341
Use vite and vitest for e2e
mj12albert b121602
Remove prop-types
mj12albert 089504f
Remove webfontloader
mj12albert b777c42
Remove unused devDependencies
mj12albert d13ec44
Fix CI
mj12albert 45358ab
Remove html-webpack-plugin
mj12albert 1467841
Use TS for regression test
mj12albert 8c6130f
Update tsconfig
mj12albert f919da8
Update scripts
mj12albert a4f6ee5
Update READMEs
mj12albert ffe627d
Update tsconfig
mj12albert 408a091
Fix screenshots
mj12albert 5bca7be
Update tsconfig
mj12albert c464394
Misc fixes
mj12albert b789311
Remove outer font listener in regression test
mj12albert 4c9351d
Fix eslintrc conflict
mj12albert 20e379c
Update eslintrc
mj12albert 77ce77f
Merge remote-tracking branch 'upstream/master' into infra/test-vite
mj12albert a9c3ddb
Update scripts
mj12albert 0983377
Merge remote-tracking branch 'upstream/master' into infra/test-vite
mj12albert aea0a6e
Fix resolve.alias
mj12albert f435534
Update tsconfig
mj12albert 4b8a17e
Fix regression tests on Windows
michaldudak bed9194
Merge branch 'master' into infra/test-vite
mj12albert df676c9
Fix vite config
mj12albert 7b6739b
Fix vite CJS deprecation warning
mj12albert 947ca62
Use default vite port
mj12albert 411fbad
Merge remote-tracking branch 'upstream/master' into infra/test-vite
mj12albert d0bf4b1
Rename dist to build
mj12albert File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These all need to be filtered with
--project
now thattest
also includes Vitest workspacesI noticed that tests in
docs
weren't being run at all before explicitly specifying the project flag