I'm new to TeamCity and Selenium Grid just trying to get my head around it. I'm trying to install Selenium grid. I am a bit confused about starting Selenium Grid. So on the Selenium site it explain to run commands:
Hub:
java -jar selenium-server-standalone-2.44.0.jar -role hub
Node:
java -jar selenium-server-standalone-2.44.0.jar -role node -hub http://localhost:4444/grid/register
for node.
My question is: is this a one off command? or do I need to add these command in my build config and add them as steps in the TeamCity?