https://github.com/arxone/besttest
A smart replacement to the old, decaying MStest :wink:
https://github.com/arxone/besttest
mstest unit-testing
Last synced: 9 months ago
JSON representation
A smart replacement to the old, decaying MStest :wink:
- Host: GitHub
- URL: https://github.com/arxone/besttest
- Owner: ArxOne
- License: mit
- Created: 2018-02-08T10:17:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-20T07:26:43.000Z (almost 7 years ago)
- Last Synced: 2024-11-17T12:41:54.096Z (over 1 year ago)
- Topics: mstest, unit-testing
- Language: C#
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BestTest
A (hopefully) smart replacement to the old, decaying `mstest` :broken_heart:
## Where to get it
Latest release is [here](https://github.com/ArxOne/BestTest/releases/latest).
## How to use it
```cmd
besttest [] {...}
```
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](https://github.com/ArxOne/BestTest/issues) to see what's going on and suggest new features if you want.
## Any help welcome
As usual!