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

前端 未结 10 2306
忘了有多久
忘了有多久 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:31

    if the tests are not showing in the test explorer you need to install NUnit test adapter :

    go to Tools->Extensions and updates ->Online->Visual Studio Gallery->Tools->Testing and select NUnit Test Adapter

提交回复
热议问题