nunit / nunit-v2-framework-driver

Engine extension supporting execution of NUnit V2 tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NUnit V2 Framework Driver

The NUnit V2 Framework Driver is an engine extension for NUnit 3, allowing it to load and execute tests written against the NUnit V2 test framework. Without the extension, an NUnit 3 installation cannot run V2 tests. The driver supports all versions of NUnit V2, including the latest updates from the NUnit legacy project.

Scope

NUnit V2 is a legacy project, which will eventually be discontinued. The goal of this driver is to permit users to continue to run existing NUnit V2 tests under NUnit 3 for as long as necessary. In keeping with that goal, we will accept certain issues and PRs and reject others. In particular, we won't use the driver to add new features on top of the V2 framework.

We will do a mix of the following:

  1. Fix outstanding bugs in the driver itself.

  2. Enhance the driver to meet any new requirements introduced by the engine.

  3. Provide occasional new features designed to help users move toward an eventual NUnit 3 conversion.

LICENSE

The NUnit V2 Framework Driver is licensed under the MIT license. See LICENSE.txt in the root of this distribution.

About

Engine extension supporting execution of NUnit V2 tests

License:MIT License


Languages

Language:C# 91.9%Language:PowerShell 5.8%Language:Shell 2.2%Language:Batchfile 0.0%