FelProNet
FelProNet

Reputation: 689

Run NUnit test on build server

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

Answers (1)

Mohammad Nadeem
Mohammad Nadeem

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

Related Questions