开发者

Dotcover and StatLight

开发者 https://www.devze.com 2023-01-31 10:09 出处:网络
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开发者_运维问答

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

精彩评论

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

关注公众号