开发者

Selenium Grid 2 or Hudson w/ slave nodes?

开发者 https://www.devze.com 2023-03-12 14:14 出处:网络
I am able to get my tests running on Hudson CI but have been interested to see if there\'s any clear performance difference between Selenium Grid 2 vs Hudson CI running slaves nodes?

I am able to get my tests running on Hudson CI but have been interested to see if there's any clear performance difference between Selenium Grid 2 vs Hudson CI running slaves nodes?

I have yet to get xvfb working with Selenium Grid 2 while Hudson CI comes built in with the optio开发者_如何转开发n to start XVNC server for each tests....

I would stick to Hudson CI but are there any clear benefits of using Selenium Grid 2? My tests are already written in Webdriver.


Selenium Grid is NOT a replacement for Hudson with slave nodes. If you want to run your webdriver tests across multiple browsers IN parallel, then you need to use Grid. If you don't have this requirement, then you should continue with the existing method.

Now, if you want to run tests in parallel across multiple browsers then you should use Hudson AND Grid 2. Your tests will still continue to be triggered/scheduled and run from Hudson but it will utilize the Grid to run the test. It should be a combination of both these tools as Selenium Grid cant help you in most of the stuff which Hudson does.


You can use Hudson to launch continuously your tests and Grid 2 to dispatch your tests to the browser/browsers you'd like.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号