此处的示例 repo - https://github.com/venkatrao-rgare/specflow-vs2019/ 在我清理并构建测试资源管理器中生成测试后,当我尝试右键单击测试并运行时,它失败了。
我查看了“TestResults”文件夹,在日志中看到了这个,我没有,不知道dotnet.exe
在C:\Program Files (x86)\dotnet\
哪里可以找到它。
有人可以帮忙吗?我应该安装/配置什么来使这个测试按预期运行?
2020-02-04T12:34:26.0176209-06:00:System.ComponentModel.Win32Exception (2): The system cannot find the file specified.
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at TechTalk.SpecRun.Framework.Execution.OutOfProc.OutProcExecutorManager.StartProcess(ExecutorProcessInfo executorProcessInfo)
at TechTalk.SpecRun.VisualStudio.TestAdapter.VsOutProcExecutorManager.StartProcess(ExecutorProcessInfo executorProcessInfo)```