Hi,
    I have a short question regarding Nunit integration. I want to create a HTML file from my NUnit Console command within a Nant build file. Does anyone know how to write the contents out to a HTML file??
 
 
I currently have
 
 <!-- Run the current Unit Tests by Fixture-->
 
   <exec program="nunit-console" commandline="/fixture:UnitTests.UserTest /assembly:C:\dotNet\Compile\UnitTests\bin\UnitTests.dll
/xml:UserTest.xml /transform:TestTransform.xsl"/>
This produces outout to the screen, I want this in a HTML file. It is not sufficient to do a
 
Nant >> outfile
 
as this puts the total biuld details including Unit testingoutput which I do not require.
 
Any help appreciated.
 
 

Reply via email to