Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nunit/nunit-vs-adapter
- Owner: nunit
- License: mit
- Created: 2013-10-07T02:09:46.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T21:57:02.000Z (about 3 years ago)
- Last Synced: 2024-10-24T17:53:52.742Z (2 months ago)
- Language: C#
- Homepage:
- Size: 1.82 MB
- Stars: 50
- Watchers: 21
- Forks: 43
- Open Issues: 37
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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).