Skip to content

Commit

Permalink
Update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed Mar 22, 2020
1 parent 5799e06 commit 74e4f9a
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# v2-framework-driver
Engine extension supporting execution of NUnit V2 tests
# 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 legaacy project](https://github.com/nunit-legacy/nunitv2).

## 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.

0 comments on commit 74e4f9a

Please sign in to comment.