Only re-run falling tests #5357
Closed
oskarkivra
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
|
Does pressing vitest/packages/vitest/src/node/stdin.ts Line 13 in 6d1b145 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
It seems f reruns all failed 'files' not individual tests within them... |
Beta Was this translation helpful? Give feedback.
0 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 have a projekt with a few hundred integration tests. It would be nice to first run all tests and then go into "run only the once that have failed"-mode. Ie, only run a sub set of all tests and when a test success it will be removed from the subset. When all tests have passed I can press
aand once again run all tests and if some new tests have start failing I can enter the mode to only run the failing tests because right now will all integration tests always rerun if I don't manually narrow the subset.Beta Was this translation helpful? Give feedback.
All reactions