TeamCity run Nunit tests in Parallel
- by Bob Sinclar
So I was thinking that there must be a better way to run NUnit tests for a .net project via teamcity. Currently the build of the project takes about 10 minutes , and the testing step takes 30ish minutes.
I was thinking about splitting up the Nunit tests into 3 groups, assigning them each to a different agent. And then make sure they have a build…