unit testing - How to see test error messages on TFS Hosted -
my project running in tfs online (visualstudio.com) , @ 1 moment bunch of tests failed on tfs. in such situations possible reproduce fail on local machine, see errors , fix them. (well, never got server because of 'run tests on build' feature).
but time tests work fine on machine, of them fail on tfs. , need see errors of tests on server. seems there're no place in ui of hosted tfs show errors.
here's can see: «98/110 test(s) passed, 12 failed, 0 inconclusive» , list of failed tests: «failed given_vocabularygrownenough_when_analyzegoals_then_goalsachievedandlessonended, failed when_analyzegoalsandvocabularygrownnotenough_then_nothing, ...»
does know how dig somewhere tfs hosted , test logs or @ least assert's error messages?
visual studio 2012 & 2013
this great question. team foundation server nor vs team services (formerly visual studio online or team foundation service) displays these important exception or assert messages within failed tests in browser.

within visual studio 2012/2013 test result messages.

visual studio 2015
in visual studio 2015 have taken away build summary within visual studio , when double clicking build result in team explorer summary opened in browser. appears @ first glance can't see actual test failure message available under test -> runs -> (double click failed test) -> run summary -> test results.

Comments
Post a Comment