"View test results" missing from TFS 2010 web access build summary?

I am using vs \ tfs 2010 to create queues using tests. When using vs for an assembly queue, I can access the View Test Results in the assembly summary. But when I queued the assembly using TFS web access, this link is missing from the assembly summary.

+3
source share
1 answer

I assume that opening Visual Test results requires Visual Studio or Test Manager. However, I see no harm in letting you download the file (s). As a cheap job, you can click View Log and scroll down to see the test results.

In addition, you can create a custom control to display a hyperlink to the assembly results:

+2
source

Source: https://habr.com/ru/post/1765492/


All Articles