English 中文(简体)
Selenium Grid + Maven 2:Selenium网格+Maven 2
原标题:
  • 时间:2009-02-05 09:43:19
  •  标签:

Is there a good tutorial or does anyone have experience with setting this up ? I have a Testsuite.html which launches my tests in one browser atm. This is done in the integration-test lifecycle by the maven selenium plugin. I want to run my tests on multiple browsers. I couldn t find any documentation about selenium grid + maven. I hope somebody can help me.

提前感谢,Kukudas

最佳回答

Selenium Grid 和 maven 与 Selenium 和 maven 的区别不是太大。

网格基本上是selenium-rc的插拔式替代品。在我们当前的设置中,我们让自动化构建系统使用网格。它通过简单地将selenium-rc url(通常为localhost:4444)更改为网格的url 来执行此操作。

此外,我们还将浏览器字符串(*firefox、*iexplore、*opera或其他)作为系统属性在mvn命令行上指定,在初始化我们的代码中的Selenium客户端库时会被捕获。

所以我们的做法基本上是设置了四个不同的构建项目,并具有不同的浏览器字符串。

问题回答

暂无回答




相关问题
热门标签