likvido/Run all unit tests
Uses dotnet CLI to run all unit tests in the given directory/project/solution
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| test-target | The path to the directory/project/solution to give to dotnet test (default is empty, which means the tool will guess) | no | "" |
| framework | The target framework to run tests for (default is to run for all target frameworks in the csproj files for the unit test projects) | no | "" |
| logger | The logger to use. Default is html | no | html |
Outputs
no outputs