How to integrate NUnit tests into a TFS 2010 build

Kevin McMahon picture Kevin McMahon · Mar 19, 2010 · Viewed 9.8k times · Source

What is the best way to integrate nunit tests into TFS 2010? Is it via generic tests or is there a better approach to running them?

Ideally I'd like to have the granularity of one generic test per test assembly and have a way to surface the results in the TFS build report.

Answer

LordHits picture LordHits · Oct 7, 2011

As of now (Oct 2011), the easiest way is probably via the NUnit activity that can be found in the Community TFS Build Extensions.