Where is the 'tests output pane'?

前端 未结 5 1441
别跟我提以往
别跟我提以往 2021-02-11 11:58

Unexpected error detected. Check the Tests Output Pane for details.

Where is the \'Tests Output Pane\'? I can\'t find it anywhere in Visual

相关标签:
5条回答
  • 2021-02-11 12:13

    In the output window there is combobox "show output from". Choose Tests as shown here

    0 讨论(0)
  • 2021-02-11 12:21

    For me killing vstest.console.exe and vstest.discoveryengine.exe processes did the trick. No need to restart visual studio.

    0 讨论(0)
  • 2021-02-11 12:25

    The message really should be this

    Unexpected error detected. Check the Output Window for details which can be found in the Show output from: section. Then select the Tests drop down to read the actual error.

    For it is in the output window which is the same window which also primarily shows the textual Build information ... and the test result info.

    0 讨论(0)
  • 2021-02-11 12:28

    If you're looking for the actual issue, for me it was:

    vstest.discoveryengine.exe and vstest.executionengine.exe

    Open up Task Manager, go to Processes tab, right-click and End Process. Restart Visual Studio.

    0 讨论(0)
  • 2021-02-11 12:30

    Go to the view tab at the top of your screen, and select output.

    VS view output

    0 讨论(0)
提交回复
热议问题