auto-tester
1.0.50
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global auto-tester --version 1.0.50
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local auto-tester --version 1.0.50
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=auto-tester&version=1.0.50
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package auto-tester --version 1.0.50
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
.NET Core global tool continuous test runner that monitors and runs only the tests affected.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
1.0.62 | 2,581 | 12/14/2018 |
1.0.61 | 2,192 | 12/12/2018 |
1.0.59 | 2,298 | 12/10/2018 |
1.0.58 | 2,110 | 12/9/2018 |
1.0.57 | 2,029 | 12/9/2018 |
1.0.56 | 2,029 | 12/8/2018 |
1.0.55 | 1,928 | 12/8/2018 |
1.0.54 | 2,046 | 12/8/2018 |
1.0.53 | 2,235 | 12/8/2018 |
1.0.52 | 2,144 | 12/8/2018 |
1.0.51 | 2,279 | 12/8/2018 |
1.0.50 | 1,992 | 12/8/2018 |
1.0.49 | 1,857 | 12/8/2018 |
1.0.48 | 2,023 | 12/7/2018 |
1.0.47 | 2,000 | 12/7/2018 |
1.0.46 | 1,831 | 12/7/2018 |
1.0.45 | 1,949 | 12/7/2018 |
1.0.44 | 1,737 | 12/7/2018 |
1.0.43 | 2,054 | 12/7/2018 |
1.0.42 | 2,083 | 12/7/2018 |
1.0.41 | 1,833 | 12/6/2018 |
1.0.40 | 1,774 | 12/6/2018 |
1.0.39 | 1,886 | 12/6/2018 |
1.0.38 | 1,755 | 12/6/2018 |
1.0.37 | 1,888 | 12/6/2018 |
1.0.35 | 1,982 | 12/6/2018 |
1.0.34 | 1,796 | 12/6/2018 |
1.0.33 | 1,854 | 12/6/2018 |
1.0.32 | 1,710 | 12/6/2018 |
Import .NET Global tool
$ dotnet tool install --global auto-tester
In the root of your C# .NET Core project
$ auto-tester
It recursively monitors and runs only the affected tests from all the nested test projects. Whether you modify a test or code that is touched by one or more tests, this should detect and run them.