如何将 Selenium Grid 2 与 Hudson/Jenkins 集成?
我想知道如何在 Windows 或 Linux 上集成 selenium Grid 2 和 Jenkins,两者都适合我。 (我能够使用 TestNG 和 Java 在同一台机器和不同机器上成功地单独运行 Selenium Grid 2)
我们应该使用 Ant 来构建(目前使用 GIT 作为版本控制系统)吗? Jenkins/Hudson 的 Selenium Grid 插件支持 Grid 2 吗?如果是这样,我们怎样才能实现这种整合呢?
I would like to know how to integrate selenium Grid 2 and Jenkins on Windows or Linux both are fine with me. (I am able to run Selenium Grid 2 alone successfully on the same machine and on different machines using TestNG and Java)
Should we use Ant to build (currently using GIT as version control sys)? Does Jenkins/Hudson's Selenium Grid plugin support Grid 2? If so how can we achieve this integration?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
更新:2011 年 12 月 26 日,Jenkins 网格插件升级为使用 Selenium2
https://wiki.jenkins-ci.org/display/JENKINS/Selenium+Plugin
有一个适用于 Jenkins 的 Selenium 网格插件 https://wiki.jenkins-ci.org/display/JENKINS/Selenium+Plugin 。
但是,jenkins 插件基于旧的 Selenium Grid (v1)(但应该可以处理 webdriver/selenium2 的一些怪癖)。
Jenkins bug 跟踪器上有一张票 将 Selenium Grid 插件升级到 Selenium Grid 2.0。也许在 Jenkins Jira 上投票支持这张票会加速事情的进展......
UPDATE: On 26/12/2011 the Jenkins grid plugin was upgraded to use Selenium2
https://wiki.jenkins-ci.org/display/JENKINS/Selenium+Plugin
There is a Selenium Grid Plugin for Jenkins https://wiki.jenkins-ci.org/display/JENKINS/Selenium+Plugin .
However, the jenkins plugin is based on the old Selenium Grid (v1) ( but should work with some quirks with webdriver/selenium2 ).
There is a ticket open on the Jenkins bug tracker Upgrade Selenium Grid Plugin to Selenium Grid 2.0. Maybe voting for this ticket on the Jenkins Jira would speed up the things...