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

后端 未结 5 830
一整个雨季
一整个雨季 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 01:04

    I was also having same issue in Visual Studio 2019, and I managed to fix by adding following nuget packages:- SpecFlow, SpecFlow.Tools.MsBuild.Generation, SpecRun.SpecFlow

提交回复
热议问题