Introduction

The goal of the NUnit2Report task is to merge the individual XML files generated by the NUnit2 task and apply a stylesheet on the resulting merged document to provide a browsable report of the testcases results.
 
This project is host on Sourceforge http://sourceforge.net/projects/nunit2report/
 
NUnit2Report is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
This tool was first inspired by NUnitReport developed by Tomas Restrepo.