The TestCentric Runner (aka TestCentric) is a GUI runner aimed that allows you to run NUnit
test, but also aimed at supporting additional .NET testing frameworks in the future.
The TestCentric Test Engine is included with the GUI and is also available as an independent package.
TestCentric requires .NET 4.6.2 or later in order to function. Your projects whose tests will run under TestCentric should already have some version of the NUnit framework installed.
TestCentric is released in two package formats, nuget and chocolatey, both available from the GitHub project site. The nuget package is also available at nuget.org and the chocolatey package is available at chocolatey.org.
The chocolatey package provides the best user experience and is the recommended way to install TestCentric. Follow the directions at chocolatey.org or see the INSTALL document. If you wish to install any NUnit engine extensions for use with the GUI, simply install them using choco.exe
in the same way as the GUI.
TestCentric uses semantic versioning for its version numbers, with specific exceptions and clarification regarding what is considered a breaking change. See the VERSIONING file for more information.
TestCentric is an Open Source software, released under the MIT / X11 license. See LICENSE for a copy of the license.
The TestCentric Engine is based on the NUnit test engine, which is also licensed under the MIT / X11 license. See NOTICES for copyright information.