c# - TFS Build Test Results -


we're working on visual studio 2010 , tfs 2010. have our own buildtemplate copy of default template, additions (create directory...), main point, in defaulttemplate - left.

we have witten "unit" tests working. have made build definition runs unit tests. have read information here - http://geekswithblogs.net/jakob/archive/2009/06/03/tfs-team-build-2010-running-unit-tests.aspx , lot of other places also.

build runs perfect, thing is'nt working build summary - test results, code coverage in link above.

so when i'm watching activity log while building application, shows that:

run mstest test assemblies c:\program files (x86)\microsoft visual studio 10.0\common7\ide\mstest.exe /nologo /usestderr /testsettings:"c:\builds\7\**project**\**buildname**\sources\**programname**\**prognameandversion**\solutions\**solutionname**\localtestrundebug.testrunconfig" /searchpathroot:"c:\builds\7\**project**\**buildname**\binaries" /resultsfileroot:"c:\builds\7\**project**\**buildname**\testresults" /testcontainer:"c:\builds\7\**project**\**buildname**\binaries\**testprojectname**.dll" /publish:"http://***:8080/tfs/msln" /publishbuild:"***:///build/build/14599" /teamproject:"**projectname**" /platform:"x86" /flavor:"**release**"  loading c:\builds\7\**project**\**buildname**\sources\**programname**\**prognameandversion**\solutions\**solutionname**\localtestrundebug.testrunconfig... loading c:\builds\7\**project**\**buildname**\binaries\**testprojectname**.dll... starting execution...  results               top level tests -------               --------------- failed                ***.test.*** failed                ***.test.*** failed                ***.test.*** passed                ***.test.*** passed                ***.test.*** inconclusive          ***.test.*** inconclusive          ***.test.*** passed                ***.test.*** <many other tests> ... 5/154 test(s) passed, 147 failed, 2 inconclusive  summary ------- test run failed. failed        147 passed          5 inconclusive    2 ----------------- total         154 results file:  c:\builds\7\**project**\**buildname**\testresults\***tfsbuild_***tfsbuilder 2013-04-19 10_03_42_x86_release.trx test settings: local test run 

and @ end of build summary blank:

1 projects/solutions compiled no test results no code coverage results

why not show test results in link: http://geekswithblogs.net/jakob/archive/2009/06/03/tfs-team-build-2010-running-unit-tests.aspx

i'm starter in tfs me giving advices in simple language =)


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -