Info
Version: | 2.0.0-beta6 |
Author(s): | Charlie Poole |
Last Update: | Wednesday, October 16, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://test-centric.org/ |
NuGet Url: | https://www.nuget.org/packages/TestCentric.GuiRunner |
Install
Install-Package TestCentric.GuiRunner
dotnet add package TestCentric.GuiRunner
paket add TestCentric.GuiRunner
TestCentric.GuiRunner Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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.