Hello, I am
using NAnt to run some units tests developed in .Net. I
save the results in .xml format. I know I can send mail from Nant, and I can
attach the entire results file. What
I want is some C# code or a script to parse the .xml results file and to check if a
test fails and to send e-mail only to the owner of the test and only if the
test fails. Are
there any tasks in NAnt that can do this? Or can I call a task from NUnit which
can do this? Does
anyone have some C# code to parse the .xml file and get this information? And
finally, what do you do with the results of NUnits when these are run from
NAnt? Thank
you very much, Ioana
Goga --- |
- [Nant-users] How can Nant e-mail test owners if the test fail... Ioana Goga