Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why are not all NUnit Test Categories showing in Test Explorer?

I have the latest NUnit installed and i'm using it in conjunction with Specflow in Visual Studio. Its been working fine for the past few months but I noticed there was an update done today which I believe is causing my test explorer window to not show multiple test categories.

Instead it only shows the first. I've checked the code that SpecFlow generates and that all seems fine so it seems to me that its an NUnit Test Adapter issue. Is there a way to resolve this?

If I change the test type to MSTest the multiple categories show.

I'm using VS 2015 with update 2

like image 902
Festivejelly Avatar asked Nov 08 '22 17:11

Festivejelly


1 Answers

Turns out Visual Studio 2015 Update 2 broke the categories. To get them back installing update 3 fixes this.

like image 84
Festivejelly Avatar answered Nov 15 '22 06:11

Festivejelly