0
votes

I am using visual studio test runner task inside the deployment group phase in the release definition. I defined test assemblies to run but all the agents run the exact same tests in parallel. What have i missed in the configuration?

1

1 Answers

0
votes

If you specified the same test assemblies on all agents, then of course they will run the same tests.

If you want to speed up the Test Execution, then you need to distribute runs to multiple machines.

Please refer to below articles for parallel testing: