Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nunit/nunit-vs-adapter

Runs NUnit V2 tests inside the Visual Studio 2012 or later Test Explorer window.
https://github.com/nunit/nunit-vs-adapter

Last synced: about 2 months ago
JSON representation

Runs NUnit V2 tests inside the Visual Studio 2012 or later Test Explorer window.

Awesome Lists containing this project

README

        

# NUnit Test Adapter for Visual Studio, for NUnit 2.X

The NUnit Test Adapter only runs NUnit 2.X tests in Visual Studio 2012 and newer.

Note that it does not run NUnit 3.X tests. For that, you need the [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter)

**Please consider moving your code to use NUnit3**. This adapter is only maintained to support newer versions of Visual Studio, and is very rarely updated. We might fix an occasional bug if it is critical.

You can download the latest release version ![](https://img.shields.io/github/release-date/nunit/nunit-vs-adapter.svg?style=flat)

from [![NuGet Version](https://img.shields.io/nuget/v/NUnitTestAdapter.svg)](https://www.nuget.org/packages/NUnitTestAdapter) ![](https://img.shields.io/nuget/dt/NUnitTestAdapter.svg?style=flat)

##### Support

Ask support questions [![Slack](https://img.shields.io/badge/chat-on%20Slack-brightgreen)](https://join.slack.com/t/nunit/shared_invite/zt-jz58jw68-Led8y3WH4n2a~Y5WjuOpKA)
or raise an issue [![](https://img.shields.io/github/issues/nunit/NUnit-vs-Adapter.svg?style=flat)](https://github.com/nunit/nunit-vs-adapter/issues)

## License

The NUnit Test Adapter is Open Source software released under the [![](https://img.shields.io/github/license/nunit/nunit3-vs-adapter.svg?style=flat)](https://nunit.org/nuget/nunit3-license.txt).

## Documentation

The [NUnitTestAdapter wiki](https://github.com/nunit/docs/wiki/Visual-Studio-Test-Adapter) is the best place to start.

Also check the [release notes](https://github.com/nunit/docs/wiki/AdapterV2-Release-Notes).