View Single Post
  #1  
Old 07-23-2004, 03:41 AM
a_t_jackson a_t_jackson is online now
Registered User
 
Join Date: 03-11-2003
Location: Belfast, Northern Ireland
Posts: 23
Logging NUNIT results

I've incorporated NUNIT into a build script and its working to the point where I have several test assemblies and can confirm that all tests pass. However, I want to distrubte an email at the of each build that shows how many tests passed and how many failed etc.

NUNIT's command line interface is able to output results as XML and supposedly also allows you to specify an XSLT to transform this into a more readable format. I can get the XML output but have never been able to get the style-sheet transformation to work.

Has anyone else has success with this?

Note: I'm using NUNIT's transform feature rather than VisBuild's "Transform XML Log" action
Reply With Quote