Why aren't all NUnit test categories displayed in Test Explorer?

I have the latest NUnit installed, and I use it in conjunction with Specflow in Visual Studio. It worked perfectly for the last few months, but I noticed that an update has been made today, which, in my opinion, causes the test explorer window to not show several test categories.

Instead, he shows only the first. I checked the code that SpecFlow generates and everything seems to be fine, so it seems to me that its a problem with the NUnit adapter. Is there any way to solve this?

If I change the test type to MSTest, show several categories.

I am using VS 2015 with Update 2

+5
source share
1 answer

Turns out Visual Studio 2015 Update 2 has broken categories. To restore them, update 3 fixes this.

+1
source

Source: https://habr.com/ru/post/1246417/


All Articles