Reputation: 689
I am using VS2010 and have TeamCity 7.1.2.
I do not have the ability to upgrade their versions but i want to have the ability to run my unit tests created with NUnit on my build server.
What is the best way to do it?
Upvotes: 0
Views: 569
Reputation: 9392
The easiest way to set up NUnit tests reporting in TeamCity is to add NUnit build runner as one of the steps to your build configuration and specify there all the required parameters. You may find Teamcity NUnit Support useful.
Upvotes: 2