You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i run my test with vitest --ui, they are all displayed in a random order.
Sometime i want to re run the tests for one file, but if i have a large number of them, it's long to find the line corresponding to the file. If they were sorted alphabetically, i'll could do it faster. I thinks it's also more "beautifull".
Clear and concise description of the problem
When i run my test with vitest --ui, they are all displayed in a random order.
Sometime i want to re run the tests for one file, but if i have a large number of them, it's long to find the line corresponding to the file. If they were sorted alphabetically, i'll could do it faster. I thinks it's also more "beautifull".
Suggested solution
Sort the files alphabetically.
Alternative
Specify file order manually.
Additional context
#5583
Validations
The text was updated successfully, but these errors were encountered: