Dotcover和StatLight

时间:2010-12-16 11:28:42

标签: silverlight continuous-integration teamcity code-coverage dotcover

我正试图最终在TeamCity的Silverlight应用程序上运行一个dotcover报道。

但是,我在使用控制台运行器时无法正常工作。有没有人设法让DotCover通过StatLight获取Silverlight应用程序的报道?

这是我的dotCover xml配置文件:

<?xml version="1.0" encoding="utf-8"?>
<AnalyseParams>
    <Executable>BuildTools\SilverlightTestRunner\StatLight.exe</Executable>
    <Arguments>-x=&quot;Project.UI.Test.xap&quot;</Arguments>
    <WorkingDir>src\Test\Project.UI.Test\Bin\Debug</WorkingDir>
    <Output>output.xml</Output>
</AnalyseParams>

1 个答案:

答案 0 :(得分:0)

问题是statlight会杀死内部浏览器。如果进程被终止,dotCover无法获取覆盖信息。 请投票给http://youtrack.jetbrains.com/issue/DCVR-2290