-1

We have TeamCity build agent on Machine-1 and I would like to run Selenium tests that are on a different machine (Machine-2) with this build agent. I am not sure if it is possible to do so.

Also if it is possible where does the tests actually run? Is it on Machine-1 or Machine-2?

I tried to research on it, but without success.

Please help.

Atul Dwivedi
  • 1,452
  • 16
  • 29
kranthi
  • 1,519
  • 6
  • 29
  • 52

1 Answers1

0

If you want to run Selenium Tests on Machine 2 then you need to install new TeamCity Agent on Machine 2.

Then only you will able to run the tests on Machine 2.

You can't run the test on Machine-1 from TeamCity Agent which is installed on Machine-2.

Pramod Raut
  • 677
  • 3
  • 9
  • 22