automated tests - Selenium grid and TeamCity integration -
i'm new teamcity , selenium grid trying head around it. i'm trying install selenium grid. bit confused starting selenium grid. on selenium site explain 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: 1 off command? or need add these command in build config , add them steps in teamcity?
to answer own question after doing reasearch , trial , error:
yes, 1 off command. don't add build config. selenium hub , nodes should started scripts mentioned in question. need login eaxh box , run script invidualy each box.
we not restart our ci boxes, if did have run scripts again.
probably worth have sort of script make sure hub , nodes running.
unfortunately tech tutorials assume know everything!
Comments
Post a Comment