I need to run nUnit tests using a workflow template in TFS Server 2010.
I found all the reference bellow explaning how to configure the Build server:
- http://morten.lyhr.dk/2008/05/using-nunit-and-ncover-with-tfs-build.html
- How to run nunit with msbuild from VS2010
- http://www.codewrecks.com/blog/index.php/2009/07/19/integrate-nunit-test-into-a-tfs-build/
- http://msdn.microsoft.com/en-us/library/ee342461.aspx
Bellow is closest to what I need:
But the answer I need is for the question bellow:
"How to set a variable containing all the nUnit tests and how to configure a for each loop to run all the tests"
I do get all my build to run, but in the end, it does not run any nUnit test.
But which tool should I use to run the nUnit tests?:
Please let me know if you have any advice on how to get it done using the TFS 2010.
Thank you so much.