Reputation: 1314
I have a TFS build and some unit tests. Build runs, test runs on build server. But: On one machine, I can see test results, not on another. See screenshots. (Ignore the failed tests, there is no test results that's the matter)
The same is on the web-UI: with one user account I can see "test Results" and stats, on another machine (with another user account) there is a message "Test result with ID 123 not found or deleted".
I even don't know where the Test Result file might be located. Is there a permission problem?
Upvotes: 1
Views: 146
Reputation: 4602
The test results are stored in the collection database so given that the two users have the same rights on the team project they should be able to see the same build details.
You could investigate if the two users have appointed different Access level (license level) through the admin pages: http://TFS_SERVER:8080/tfs/_admin/_licenses. I am not completely sure if a Stakeholder is allowed to see test results from builds.
Upvotes: 1