webrat 浏览器自动化测试可以并行吗?
是否有类似于 SeleniumGrid 的工具,我可以使用它在协调代理场中并行运行 webrat(或其他类似框架)浏览器自动化测试?
通过 TeamCity 与 rake 进行协调?
编辑:我们正在考虑使用 cucumber+webrat 进行功能和验收测试,如 测试 ASP.NET Web 应用程序
Is there a facility similar to SeleniumGrid that I can use to run webrat (or other, similar framework) browser automation tests in parallel across a farm of coordinated agents?
Coordinated via TeamCity with rake?
Edit: We're looking at using cucumber+webrat to do functional and acceptance testing as described in Testing ASP.NET Web Applications
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实际上我只参与过这个项目。如果您正在使用 Rails,请查看 http://github.com/sgrove/spec_storm 。它仅设置为并行运行 rspec + selenium 测试,但可以根据需求扩展到其他测试。当然,如果您有任何疑问,我非常乐意为您提供帮助。使用它的人越多,我就越高兴:D
I've worked on just this project actually. If you're working on rails, check out http://github.com/sgrove/spec_storm . It's only setup to run rspec + selenium tests in parallel, but it can be extended to others depending on the demand. And of course if you have any questions, I'm more than happy to help out. The more people using it, the happier I am :D