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="Project.UI.Test.xap"</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
精彩评论