Questions tagged [nunittestadapter]

The NUnitTestAdapter extension works with the Visual Studio Unit Test window to allow integrated test execution under Visual Studio 2012, 2013 and 2015

38 questions
0
votes
0 answers

NUnit Test Adapter and NUnit both discovering and running tests

I have the NUnit test adapter (3.X) installed and my test project references NUnit (3.8.0.0). However, I'm seeing duplicate tests discovered (during build) and run by the NUnit Adapter 3.8.0.0 and NUnit 1.2.0.0. What could be causing this? I can't…
Max Palmer
  • 452
  • 3
  • 17
0
votes
2 answers

Visual Studio Team Services - Run Functional Tests build task aborting after attempting test run

When I attempt to use the Run Functional Tests task after successfully executing the Visual Studio Test Agent Deployment task, the test run is aborting after a period of time with no actionable error reported. 2017-09-18T18:30:56.0416875Z…
0
votes
1 answer

Get Nunit Test Order after Execution to analyze brittle Tests

This is not a question about setup and teardown. This is not a question about order attributes. When I run my Nunit Tests one of them kills a dependency that other tests rely on. My summary shows a lot of failing tests. A good place to start would…
Johannes
  • 6,490
  • 10
  • 59
  • 108
0
votes
1 answer

VSTS is it possible to run selenium UI test tasks against localhost web app?

I might be missing something obvious here but my mvc web app is successfully tested using specflow UI tests on my dev machine using localhost but I can't get this to work on a CI Build pipeline in VSTS? Here is my setup, 1 x Asp.Net solution…
0
votes
1 answer

After opening in Visual Studio 2015 unit test debugger steps in to wrong function

I have an nUnit test and I upgraded the project from VS 2012 to 2015. Now when debugging the unit test the debugger steps in to the wrong function. The tests still pass, but debugging isn't working. When I get to getAString =…
BClaydon
  • 1,900
  • 2
  • 20
  • 34
0
votes
1 answer

using NUnit 2 and 3 in the same solution

I have 2 test projects in my solution. One is using NUnit version 2 (integration + SpecsFor) and another version 3.(Unit tests) Running locally this works fine but when I execute the tests as part of a build on TFS I get an error message even though…
Jepzen
  • 2,942
  • 6
  • 40
  • 62
0
votes
1 answer

Error Running NUnit Tests in TFS Build

I have a build in which one of the steps is to run Unit tests In my test project I have: NUnit v3.4.1 NUnitTestAdapter: 2.0.0 My test step is setup as follows I get the following exception Error: Exception…
MicroMan
  • 1,988
  • 4
  • 32
  • 58
-2
votes
2 answers

Install NUnit with Visual Studio 2017

I'm trying to create an NUnit C# project. For that purpose, I have installed NUnit 3 Test Adapter from menu Tools → Extensions And Updates. I then restarted Visual Studio. But there is still no NUnit project available when trying to create a new…
SiSi
  • 1
  • 2
  • 2
1 2
3