0

I need to link Selenium IDE to automate the tests I have in my Firefox suite, but I don't know how to install Selenium in TeamCity.

Kos
  • 4,890
  • 9
  • 38
  • 42

1 Answers1

0

Short answer, you don't. You have to record your tests in firefox, and then import them as a unit tests into your project (Maven for Java, NUnit for C# etc.). Then, run those tests as any others. Here are some solutions, you might want to take a look

Peska
  • 3,980
  • 3
  • 23
  • 40