I am able to deploy TestAgent on different machines (Test Agent Deployment task) but when Coded UI tests (Run Functional Tests task) run, only one machine is targeted. I have done the test with only 2 tests. From what I understand, the tests are distributed between machines (with a minimum of 10 tests). But I don't want them to be distributed, I want all the same tests to be executed on all environment I have targeted (Hardware and OS are different between them).
Is there a way to accomplish this in TFS 2017 and still keeping the test report? I could probably run via a script the test on each machines but I would like to keep the reporting.
Thanks.
PS: This is for a proof of concept.