A (hopefully) smart replacement to the old, decaying mstest
💔
Latest release is here.
besttest [<options>] <assembly1spec> {<assembly2spec>...<assemblyNspec>}
Assemblies can be specified by wildcard (*Test.dll
for example).
- Runs tests in parallel
- Tests are isolated by assembly (this can be disabled)
- Inconclusive tests can be considered as succeeded
- Test timeout can be changed (defaults to 5mn)
Visit the issues to see what's going on and suggest new features if you want.
As usual!