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
source share