Why do my SpecFlow tests not show up in Visual Studio Test window?

后端 未结 5 788
一整个雨季
一整个雨季 2021-01-13 00:37

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

5条回答
  •  执笔经年
    2021-01-13 00:52

    If you want to your tests - the unit tests generated by Specflow, just for being precise - displayed in your unit test explorer you must create Unit test project. If you created a class library project then you won't see them.

    Here you can find information about how you can convert your class library project to unit test project.

提交回复
热议问题