0
votes

How can I debug my nunit test listed in test explorer in visual studio.I have added nunit adapter and tests are listed in explorer,but if I start debugging fixture from explorer it runs using Vstest.execution engine,is it possible to make explorer use nunit runner?though Vstest.execution engine recognises nunit i want tio run using Nunit runner

1

1 Answers

0
votes

When VsTest runs NUnit tests, it is using the NUnit adapter that you have installed, which calls the NUnit execution engine.

Is there something particular that is not working for you in running tests this way that you need some help with?