开发者

Dotcover and StatLight

I'm trying to ultimately run a dotcover coverage report on my silverlight app from TeamCity.

However, I'm having trouble getting this working using the Console Runner. Has anyone mana开发者_运维问答ged to get DotCover to get coverage via StatLight for Silverlight apps?

This is my dotCover xml config file:

<?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>


The issue is that statlight kills internal browser. dotCover is unable to fetch coverage information if process is killed. Please vote for http://youtrack.jetbrains.com/issue/DCVR-2290

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜