Why do my SpecFlow tests not show up in Visual Studio Test window?
问题 I have gone through the Getting Started tutorial for SpecFlow. Everything worked fine except that I have the @SpecRun test because I have not entered a demo key. But in our main project we use NUnit instead of SpecFlow+ Runner. So I tried to mimic that project. If you use NUnit you won't need the demo key. So I changed the Unit Test Provider to: <specFlow> <unitTestProvider name="NUnit" /> </specFlow> I also compared my tutorial references to the main project's references. I find that I can