How to create the vsmdi/testrunconfig file when importing a Visual Studio test project?

后端 未结 2 1911
孤独总比滥情好
孤独总比滥情好 2021-02-13 16:13

When I add an existing test project, my solution lacks the vsdmi and the testrunconfig files. How to create it?

2条回答
  •  失恋的感觉
    2021-02-13 16:32

    The solution to this is a little tricky. You have to add a "New Item" to your solution, not your test project. In the "Add New Item" dialog, you can pick the "Test Run Configuration" category and then create the configuration file manually. This will also generate a vsdmi file.

    Hope this helps.

提交回复
热议问题