PDA

View Full Version : Logging NUNIT results


a_t_jackson
07-23-2004, 03:41 AM
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