E
eric.patterson
I am trying to setup an automatic build using nant. I am using the
nunit2 task to run my unit tests after the build. I then want to take
the nunit results xml file and produce a html page using the
nunitreport task. When it produces the html output file it doesn't
include any of the statitics from the xml results output file. I
believe this might be due to the fact that I didn't have a xsl file for
it to use to parse the xml file. How do I produce this xsl file so I
give it to nunitreport to use? Thanks.
Eric
nunit2 task to run my unit tests after the build. I then want to take
the nunit results xml file and produce a html page using the
nunitreport task. When it produces the html output file it doesn't
include any of the statitics from the xml results output file. I
believe this might be due to the fact that I didn't have a xsl file for
it to use to parse the xml file. How do I produce this xsl file so I
give it to nunitreport to use? Thanks.
Eric