Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.
/ BestTest Public archive

A smart replacement to the old, decaying MStest 😉

License

Notifications You must be signed in to change notification settings

ArxOne/BestTest

Repository files navigation

BestTest

A (hopefully) smart replacement to the old, decaying mstest 💔

Where to get it

Latest release is here.

How to use it

besttest [<options>] <assembly1spec> {<assembly2spec>...<assemblyNspec>}

Assemblies can be specified by wildcard (*Test.dll for example).

Current features

  • 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)

Planned features

Visit the issues to see what's going on and suggest new features if you want.

Any help welcome

As usual!