Built tests are not added to the Visual Studio Test Explorer window

前端 未结 10 2301
忘了有多久
忘了有多久 2020-12-14 08:13
  1. I set up the SpecFlow plug-in for the Visual Studio 2013.
  2. I created new Feature Item and build it.

Result: built test is not shown in the Test

10条回答
  •  半阙折子戏
    2020-12-14 08:25

    I experience this same problem, but the solution was different.

    Following the advice on a SpecFlow Github issue, the following worked for me:

    1. Close all Visual Studio instances
    2. Go to %TEMP%\VisualStudioTestExplorerExtensions\
    3. Delete all the folders in here
    4. Try again

提交回复
热议问题