-
-
Notifications
You must be signed in to change notification settings - Fork 98
feat: use Vitest public API instead of Vitest CLI #253
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
sheremet-va
merged 64 commits into
vitest-dev:main
from
sheremet-va:feat/dynamic-worker-vitest
Mar 15, 2024
Merged
Changes from all commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
6a0219f
feat: use Vitest public API to work with tests
sheremet-va 373c67a
chore: cleanup
sheremet-va 5fec34c
chore: cleanup
sheremet-va d4ce3cb
chore: improve API
sheremet-va 744c99a
chore: cleanup
sheremet-va 68b80db
chore: cleanup
sheremet-va 600453b
chore: cleanup
sheremet-va fc03c30
chore: cleanup
sheremet-va c1f7fba
chore: correctly run tests with testNamePattern
sheremet-va 50848cb
chore: partly support continues mode
sheremet-va ae8fbdf
feat: support continues run
sheremet-va 3706256
chore: cleanup
sheremet-va f3493d3
chore: cleanup
sheremet-va 2691c1d
fix: correctly run "all tests"
sheremet-va 80c606f
chore: debug api
sheremet-va aba61d0
chore: cleanup
sheremet-va 70e5b04
chore: use asVitestArgs
sheremet-va 24b0206
chore: reuse worker process for debugger
sheremet-va e422809
chore: remove cac an types fro ipc
sheremet-va 1ac4e88
chore: remove runhandler
sheremet-va 05dd237
chore: use a single worker file for several folders
sheremet-va 9539c3f
chore: cleanup
sheremet-va c2faa71
chore: fix runner
sheremet-va cbe94cb
chore: cleanup
sheremet-va 2029ac3
chore: support debug
sheremet-va a610fdb
chore: support each, use dynamic port
sheremet-va c35e09b
chore: initiate Vitest as soon as possible
sheremet-va 76009ea
feat: use Vitest API to collect tests
sheremet-va 6364a3c
chore: cleanup
sheremet-va 2f6f996
chore: logs and stop debugger
sheremet-va bb397d3
chore: fix loader flicker
sheremet-va dbbd031
feat: support windows
sheremet-va c9285d7
chore: remove unused
sheremet-va ed3158a
chore: remove unused from the config
sheremet-va b62c059
chore: update
sheremet-va 6d1a72f
chore: cleanup
sheremet-va 4d315a8
chore: experimenal yarn pnp support
sheremet-va ae58ffc
chore: refactor err
sheremet-va fae5a0e
chore: cleanup
sheremet-va 89527de
chore: update test
sheremet-va 454e584
chore: remove unused tests
sheremet-va 210f61b
chore: never start an actual Vite server
sheremet-va 000f61b
chore: cleanup
sheremet-va 17bbdbb
chore: fix rerunning collection
sheremet-va 1140cfc
refactor: cleanup
sheremet-va 048acf1
chore: move methods to tree
sheremet-va 5a7d064
refactor: cleanup
sheremet-va 71350b4
chore: find vitest by configs
sheremet-va 83319db
refactor: make run profile workspace specific
sheremet-va 68e191f
chore: snapshot
sheremet-va 075c71a
fix: don't reset test item statuses
sheremet-va 80b3416
fix: allow running tests after the config was changed
sheremet-va 7baa08b
chore: show error if workspace failed to initialise
sheremet-va 1ddfc97
chore: cleanup
sheremet-va 9544e75
fix: sort test items by position
sheremet-va a4b92cd
chore: store different requests
sheremet-va 8413620
fix: gracefully exit the extension
sheremet-va a2933a2
refactor: run tests one after another if debugger is enabled
sheremet-va 4f4a204
chore: end test runS
sheremet-va c35d429
test: add in-source example
sheremet-va 4554fe5
chore: add warnings
sheremet-va aa9dd0c
fix: support test positions
sheremet-va bc5554e
chore: update test
sheremet-va f384aed
Merge branch 'main' into feat/dynamic-worker-vitest
sheremet-va 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,5 @@ node_modules | |
.DS_Store | ||
.eslintcache | ||
test-results | ||
.yarn | ||
.pnp.* |
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.