Feature request: Ability to perform "incremental runs" or "resume runs" #2560
jmg-duarte
started this conversation in
Feature requests
Replies: 0 comments
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.
-
Motivation
I'm migrating a codebase from one library to another, this is breaking a bunch of setup code that is specific to single tests — i.e. all tests broke, but test A has a slightly different setup cerimony than test B, etc
Since the suite is long, I don't want to re-run A when I fix B, and rerun B when I fix C, etc
Proposal
Under a certain flag, or run kind (
--incremental
for example), nextest should be able to keep track of passed and failed tests and it doesn't run tests that already passed.Alternatives
I list all tests manually, run nextest with said big list and remove them one by one.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions