nunit3-vs-adapter icon indicating copy to clipboard operation
nunit3-vs-adapter copied to clipboard

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

Results 114 nunit3-vs-adapter issues
Sort by recently updated
recently updated
newest added

In Visual Studio 15.6 (with real-time test discovery), the Visual Studio Test Explorer shows tests that do not exist, or tests with sources. In both cases, the tests cannot be...

is:bug
is:FQNIssue

When reporting a bug, please provide the following information to speed up triage: NUnit 3.11.0 NUnit3TestAdapter 3.11.2 Azure DevOps Server 17.143.28621.4 Visual studio test task I specify browser on which...

is:bug

We have used multiple versions of VS and are currently on 2015. We have always had issues with the Test Adapters loading one of our biggest test projects. I finally...

Investigate

[OneTimeTearDown] public static void CleanupDriver() { TestContext.AddTestAttachment(@"C:\Screenshots\1.Jpeg" , "Description Test Attachment"); TestContext.Out.WriteLine("Test End!!!"); foreach(var key in Drivers.Keys) { Drivers[key].Quit(); } } When my function has the annotation: OneTimeTearDown, It seems...

is:enhancement
VS Issue

This is extracted from Issue #301 " FransBouma commented on Aug 15, 2017 I know I'm late to the party here, but maybe this will help: For v3, trace output...

is:docs

Having a test like: ``` [Test] public void Test() { Application.Run(new Form()); } ``` works fine when run without debugging (form is visible) however when run with debugging, the form...

is:bug

* NUnit: 3.12.0 * NUnit3TestAdapter: 3.16.0-dev-01208 and below * Visual Studio edition and full version number: Community, 16.4-preview5 * A short repro: https://github.com/ovebastiansen/nunitadapterissue * What .net platform and version: dotnet...

is:bug

Tracking issue for standardization of FullyQualifiedName on test cases. See the standards document update here: https://github.com/Microsoft/vstest-docs/pull/133 /cc @rprouse @OsirisTerje

is:enhancement
pri:high

* NUnit Adapter 3.10.0.21 * TFS 16.131.27701.1 * Code coverage enabled = true ``` NUnit Adapter 3.10.0.21: Test execution started 2018-06-18T12:18:41.2125333Z Running all tests in E:\Agent\_work\209\s\src\*****.Tests.Unit.dll 2018-06-18T12:18:42.8180637Z Exception NUnit.Engine.NUnitEngineException, Exception...

is:bug
is:docs
VS Issue
External

If a missing dependency causes a FileNotFoundException in the project being tested, the adapter immediately quits without updating any test results. Is there some way it could report a failure...