Replies: 1 comment 2 replies
-
Can you elaborate why? I think current order is slower tests first with the rational explained by https://vitest.dev/config/#sequence-shuffle.
I think you (or we) can technically overrides order by custom sequencer https://vitest.dev/config/#sequence-sequencer, but not running sequentially is intentional (as per slower tests first is faster overall) I think. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to run all workspaces one by one.
Beta Was this translation helpful? Give feedback.
All reactions