Watir-Webdriver:如何在网格中无头运行
我正在将我的脚本从 Watir 升级到 Watir-Webdriver,我想知道如何利用无头浏览器测试和网格测试。我已经对此进行了一些研究,但我的消息来源似乎没有得到证实,而且目前的教程非常少,所以有人做过无头浏览或网格测试吗?你是如何实现这一目标的?你在开始时学到了什么是你希望知道的?
我正在 XP 和 MS Server '03 VM 机器上工作。如果我在这方面取得进展,我将尝试用信息更新问题。
I'm upgrading my script from Watir to Watir-Webdriver and I'm wondering how to take advantage of headless-browser testing and grid testing. I've done some research into it but my sources don't seem substantiated, and tutorials are very thin on the ground right now, so has anyone done headless browsing or grid testing? How did you achieve it, and what did you learn that you wish you knew when you started?
I'm working on XP and MS Server '03 VM machines. If I make progress on this I'll try to keep the question updated with information.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我写了一篇关于如何使用 Amazon EC2 在云中使用真正的 Web 浏览器无头运行 Watir-WebDriver 的文章。
请参阅:http: //watirmelon.com/2011/08/29/running-your-watir-webdriver-tests-in-the-cloud-for-free/
I have written a post about how to run Watir-WebDriver heads headlessly using real web browsers in the cloud using Amazon EC2.
See: http://watirmelon.com/2011/08/29/running-your-watir-webdriver-tests-in-the-cloud-for-free/
看看 Watir grid https://github.com/90kts/watirgrid 可能就是你想要的。
Have a look at Watir grid https://github.com/90kts/watirgrid might be what you are after.