Hi,
I have a project with the following statistics-section:
<statistics>
<statisticList>
<firstMatch name='Duration' xpath='//testsuite/@time'/>
<firstMatch name='TestCount' xpath='//testsuite/@tests'
generateGraph='true'/>
<firstMatch name='TestFailures' xpath='//testsuite/
@failures' generateGraph='true'/>
<firstMatch name='GendarmeDefects' xpath='dummy'
include='false'/>
<firstMatch name='FxCop Warnings' xpath='dummy'
include='false'/>
<firstMatch name='FxCop Errors' xpath='dummy'
include='false'/>
</statisticList>
</statistics>
I get the data I want in report.xml but there are no graphs (png
files) generated.
Any help is useful.
/MiP