简体   繁体   中英

Nunit 3.00 is not running tests

Nunit 3 isn't running tests, while I'm running tests with 2.64 everything works like a charm. on version 3, I'm not getting any errors or anything. it just won't run.

I'm running my tests with Selenium-C# and Appium.

I never use Selenium-C# and Appium but common problem is if You start using NUnit 3 is NUnit Test Adapter .

NUnit Test Adapter for previous version of NUnit 2 won't work, test don't appear in test explorer etc.

To solve this You must install a NUnit 3 Test Adapter .

Here is a link for package:

https://visualstudiogallery.msdn.microsoft.com/0da0f6bd-9bb6-4ae3-87a8-537788622f2d

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM