jhoblitt / puppet-selenium

Manages Selenium Server 2 - Standalone and Grid
Other
20 stars 49 forks source link

hub vs. server? #7

Closed KlavsKlavsen closed 10 years ago

KlavsKlavsen commented 10 years ago

What is selenium server vs. selenium hub?

I would like to have my main server - containg whatever is necessary - so I can add extra nodes alter on (windows nodes for IE f.ex.).. the readme doesn't seem to make it clear, what I should choose :( - and explicitly says that ::hub and ::server conflicts - as they use the same port by default..

jhoblitt commented 10 years ago

Selenium server is a stand alone application for using a single server as a test node. Selenium hub acts as a proxy in front of one or more Selenium node instances. A hub + node(s) is called a Selenium grid. Running Selenium server is similar to creating a Selenium grid from a hub and a single node on the same host. I highly recommend reading the Selenium documentation to help determine what the best approach for your usage case(s) is. See: http://docs.seleniumhq.org/docs/07_selenium_grid.jsp#what-is-selenium-grid