Dashboard > CruiseControl.NET Community > Community > Issue with MsTest CruiseControl and VisualStudio 2008
Issue with MsTest CruiseControl and VisualStudio 2008 Log In View a printable version of the current page.

Added by Ambuj Tayal , last edited by Ambuj Tayal on Feb 06, 2008
Labels: 
(None)

Good Morning to all.

I tried to integrate MsTest and cruise control as described in many posts found on the net. But I am not able to see unit tests output in cruise control dashboard. though when I open the .trx file , I am able to see the message outut as (Debug trac or console output) but not in Dashboard. I am using Visual Studio 2008 beta version. I have taken the latest MsTestSummary.xsl file as well. I am clueless about the problem here. Following I have doneto integrate.

 ccnet.config file<tasks>
<exec><executable>D:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\MSTest.exe</executable>
<baseDirectory>D:\p4\Tools</baseDirectory><buildArgs>/testcontainer:\p4\Tools\Tests\Tools.Tests\bin\Debug\Tools.Tests.dll /resultsfile:\CCNet\Logs\VisualStudioTest\TestResult_New.trx</buildArgs>
<buildTimeoutSeconds>600</buildTimeoutSeconds></exec>
</tasks><publishers>
<merge><files>
<file>D:\Program Files\CruiseControl.NET\server\FrameworkAutomationProject\Artifacts\buildlogs*.xml</file><file>D:\CCNet\Logs\VisualStudioTest\TestResult_New.trx</file><!--<file>D:\CCNet\Logs\DeploySQL\CCNetDeploy_BUSINESS.xml</file>
<file>D:\CCNet\Logs\DeploySQL\CCNetDeploy_TRM.xml</file>

<file>D:\CCNet\Logs\DeploySQL\CCNetDeploy_FRAMEWORK.xml</file>--></files> </merge>
<xmllogger />

Dashboard.config file<buildReportBuildPlugin>
<xslFileNames><xslFile>xsl\header.xsl</xslFile>
<xslFile>xsl\modifications.xsl</xslFile><xslFile>xsl\compile.xsl</xslFile> <xslFile>xsl\MsTestSummary.xsl</xslFile> </xslFileNames>
 

</buildReportBuildPlugin>I would appreciate if you could help me out to resolve this issue. Please feel free to ask me for more ifnormation.

Thanks,

Ambuj

ambujtayal@yahoo.com 

Powered by a free Atlassian Confluence Open Source Project / Non-profit License granted to ThoughtWorks, Inc.. Evaluate Confluence today.
Powered by Atlassian Confluence 2.7.1, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators