Console Runner | NUnit Docs
docs.nunit.org › running-tests › Console-RunnerThe nunit3-console.exe program is a text-based runner for listing and running our tests from the command-line. It is able to run all NUnit 3.0 or higher tests natively and can run NUnit 2.x tests if the v2 driver is installed. This runner is useful for automation of tests and integration into other systems. It automatically saves its results in XML format, allowing you to produce reports or otherwise process the results.
NuGet Gallery | NUnit.Console 3.16.2
www.nuget.org › packages › NUnitIt includes the nunit3-console runner and test engine for version 3 of the NUnit unit-testing framework. The following extensions are included with this package: * NUnitProjectLoader - loads tests from NUnit projects * VSProjectLoader - loads tests from Visual Studio projects * NUnitV2ResultWriter - saves results in NUnit V2 format.
Console Command Line | NUnit Docs
docs.nunit.org › Console-Command-LineNUNIT3-CONSOLE [inputfiles] [options] where inputfiles is one or more assemblies or test projects of a type that NUnit can process and options is zero or more options. Input files and options may be mixed in any order. Input Files. The console program must always have an assembly or project specified.
NUnit - Nunit-console
nunit.org › nunitv2 › docsThe nunit-console.exe program is a text-based runner and can be used when you want to run all your tests and don’t need a red/yellow/green indication of success or failure. It is useful for automation of tests and integration into other systems.
GitHub - nunit/nunit-console: NUnit Console runner and test ...
github.com › nunit › nunit-consoleNUnit.Console: The NUnit Console, with key extensions additionally packaged. Also available as an msi installer, you may need to add your actual msi install location to the Path environment variable after installing, for example: C:\Program Files (x86)\NUnit.org unit-console. NUnit.Engine & NUnit.Engine.Api: Packages intended for custom runners integrating directly with the NUnit Engine. Documentation
NUnit-Console - docs.nunit.org
docs.nunit.org › 2 › nunit-consoleFeb 2, 2010 · The nunit-console.exe program is a text-based runner and can be used when you want to run all your tests and don’t need a red/yellow/green indication of success or failure. It is useful for automation of tests and integration into other systems. It automatically saves its results in XML format, allowing you to produce reports or otherwise process the results.