All Projects → nunit → Nunit3 Vs Adapter

nunit / Nunit3 Vs Adapter

Licence: mit
NUnit 3.0 Visual Studio test adapter for use under VS 2012 or later

Projects that are alternatives of or similar to Nunit3 Vs Adapter

Public
Repository for wallaby.js questions and issues
Stars: ✭ 662 (+318.99%)
Mutual labels:  visual-studio, tdd, test-runner
Junit Dataprovider
A TestNG like dataprovider runner for JUnit with many additional features
Stars: ✭ 226 (+43.04%)
Mutual labels:  tdd, test-runner
Vim Test
Run your tests at the speed of thought
Stars: ✭ 2,287 (+1347.47%)
Mutual labels:  tdd, test-runner
Karma
Spectacular Test Runner for JavaScript
Stars: ✭ 11,591 (+7236.08%)
Mutual labels:  tdd, test-runner
Nunit Console
NUnit Console runner and test engine
Stars: ✭ 168 (+6.33%)
Mutual labels:  tdd, test-runner
oletus
Minimal ECMAScript Module test runner
Stars: ✭ 43 (-72.78%)
Mutual labels:  tdd, test-runner
podsearch bot
Telegram bot that searches Podcast in iTunes store.
Stars: ✭ 28 (-82.28%)
Mutual labels:  tdd, test-runner
Testfx
MSTest V2 framework and adapter
Stars: ✭ 391 (+147.47%)
Mutual labels:  tdd, test-runner
Ava
Node.js test runner that lets you develop with confidence 🚀
Stars: ✭ 19,458 (+12215.19%)
Mutual labels:  tdd, test-runner
Baretest
An extremely fast and simple JavaScript test runner.
Stars: ✭ 364 (+130.38%)
Mutual labels:  tdd, test-runner
List Of Testing Tools And Frameworks For .net
✅ List of Automated Testing (TDD/BDD/ATDD/SBE) Tools and Frameworks for .NET
Stars: ✭ 303 (+91.77%)
Mutual labels:  visual-studio, tdd
Chutzpah
Chutzpah is an open source JavaScript test runner which enables you to run unit tests using QUnit, Jasmine, Mocha and TypeScript.
Stars: ✭ 549 (+247.47%)
Mutual labels:  visual-studio, tdd
Vstest
Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console.
Stars: ✭ 624 (+294.94%)
Mutual labels:  visual-studio, test-runner
Serverless Ide Vscode
Serverless IDE: Enhanced support for AWS SAM and CloudFormation in VS Code
Stars: ✭ 145 (-8.23%)
Mutual labels:  visual-studio
Mochawesome Report Generator
Standalone mochawesome report generator. Just add test data.
Stars: ✭ 152 (-3.8%)
Mutual labels:  tdd
Thewisedev Mailing
theWiseDev | API for a squeze page to register users on a mailing list and to email them a bonus (written in Node.js and TypeScript in a Clean Architecture). This project can be used as a reference implementation of the Clean Architecture with Node.js and TypeScript.
Stars: ✭ 145 (-8.23%)
Mutual labels:  tdd
Paket.visualstudio
Manage your Paket (http://fsprojects.github.io/Paket/) dependencies from Visual Studio!
Stars: ✭ 144 (-8.86%)
Mutual labels:  visual-studio
Pytest Testinfra
With Testinfra you can write unit tests in Python to test actual state of your servers configured by management tools like Salt, Ansible, Puppet, Chef and so on.
Stars: ✭ 1,987 (+1157.59%)
Mutual labels:  tdd
Vs Dockerfiles
Examples of dockerfiles and optional supporting scripts to install and use Build Tools for Visual Studio 2017 in a container.
Stars: ✭ 151 (-4.43%)
Mutual labels:  visual-studio
Chronoshift
An open source re-implementation of Red Alert written in C++.
Stars: ✭ 144 (-8.86%)
Mutual labels:  visual-studio

NUnit 3 VS Test Adapter

The NUnit 3 Test Adapter runs NUnit 3.x tests in Visual Studio 2012 and newer.

This adapter works with NUnit 3.0 and higher only. Use the NUnit 2 Adapter to run NUnit 2.x tests.

You can download the latest release version

NuGet Version

or the latest pre-release version

MyGet version

Builds on master

Cake build VS Build Tests Coverage

Support

Ask support questions Slack or raise an issue

Documentation

The NUnit3TestAdapter wiki is the best place to start.

Also check the release notes.

License

The NUnit 3 Test Adapter is Open Source software released under the .

Developing

Visual Studio 2017 is the minimum required version to build the adapter.

Use .\build -t test at the command line to build and run complete tests.

To create a package use .\build -t package

To run and debug tests on .NET Framework, load DisableAppDomain.runsettings.

From Visual Studio 2019 version 16.2 preview 4 it is possible to run tests against a selected target framework in the test project, so one can use this to run .NET Core tests. An alternative approach is to make use of the command line. If you need to frequently debug into .NET Core tests, you can temporarily switch the order of the <TargetFrameworks> in NUnit.TestAdapter.Tests.csproj.

The mock-assembly tests are not for direct running.

See https://github.com/nunit/docs/wiki/Packaging-the-V3-Adapter for more details.

Debugger source-stepping

The NuGet package and the VSIX contain source-linked PDBs for the adapter. If you’re in the middle of a debugging session and realize you’d like to be able to step into NUnit adapter code, set breakpoints and watch variables, follow these steps.

Announcement

  • From version 3.9 the NUnit3TestAdapter will stop supporting Visual Studio 2012 RTM (!), note only RTM, the later updates will still be supported fully. If you're using VS 2012 and want to update NUnit3TestAdapter, please update your Visual Studio RTM to any of the subsequent updates (Update 1-5)
  • From version 3.16 the NUnit3TestAdapter will stop supporting .net core 1
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].