Replies: 1 comment
-
We could probably do this with a simple text file with a list of failed tests one per line then plug it into our existing filtering. |
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
-
An interesting idea some other test frameworks/runners offer is the ability to retry failures from a previous run. It might be helpful to support a command line switch which, when provided, will look for and parse a previous run's "result" spec and re-run the failed tests contained within. It could then rewrite to the same file, overwriting the previous contents (enabling potentially multiple levels of retries through successive runs if desired)
This could be a way to support the "assembly-level retry" feature requested within the framework in nunit/nunit#2452
Beta Was this translation helpful? Give feedback.
All reactions