We are using Teamcity for CI and I am kind of new to Teamcity.
We have this problem.
We want to run specific set of test suite everyday at some time. But there are 1000s of tests. So we want to distribute the tests across multiple test machines and all are configured to Teamcity.
I was exploring and have this question.
- Whether there is any way to create a pool of test machines?
- Will Teamcity distribute tests across multiple test agents (build agent in Teamcity) on its own, once we trigger the build?