Skip to main content
TestCentric.GuiRunner package icon

TestCentric.GuiRunner

The TestCentric Runner for NUnit (**TestCentric**) is a GUI runner aimed at eventually supporting a range of .NET testing frameworks. In the 1.x release series, we are concentrating on support of NUnit tests. The user interface is based on the layout and feature set of the of the original NUnit GUI, with the internals modified so as to run NUnit 3 tests. This package includes the both the standard TestCentric GUI runner (`testcentric.exe`) and an experiental runner (`tc-next.exe`) which is available for... wait for it... experimentation! The package incorporates the TestCentric test engine, a modified version of the NUnit engine. ### Features Most features of the NUnit V2 Gui runner are supported. See CHANGES.txt for more detailed information. NUnit engine extensions are supported but no extensions are bundled with the GUI itself. They must be installed separately **using chocolatey**. In particular, to run NUnit V2 tests, you should install the **NUnit V2 Framework Driver Extension**. **Warning:** When using the GUI chocolatey package, **only** chocolatey-packaged extensions will be availble. This is by design. ### Prerequisites **TestCentric** requires .NET 4.5 or later in order to function, although your tests may run in a separate process under other framework versions. Projects with tests to be run under **TestCentric** must already have some version of the NUnit framework installed separtely.

Total Downloads
106.2K
106,239
Published
Oct 16, 2024
Latest stable version

Install

.NET CLI
dotnet add package TestCentric.GuiRunner --version 2.0.0-beta6
Package Manager Console
Install-Package TestCentric.GuiRunner -Version 2.0.0-beta6
PackageReference
<PackageReference Include="TestCentric.GuiRunner" Version="2.0.0-beta6" />

Frameworks

No framework metadata available.

Dependencies

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

This version is marked prerelease. Validate its API and upgrade path before production use.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.