哈德逊的硒 RC
有没有办法将selenium安装到hudson中,并让它通过.dll(c#)运行测试?到目前为止我能找到的只是一个html脚本。
谢谢
is there a way to install selenium into hudson, and have it run a test via a .dll (c#)? all i can find so far is a html script.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您的 Selenium 测试基于 NUnit,您应该能够在 Hudson 中运行它们。在这种情况下,您还可以使用 Hudson 的 Selenium 插件。
If your Selenium test are based on NUnit, you should be able to run them in Hudson. You can also utilize Selenium Plugin for Hudson in this case.
我找到的解决方法是使用 gallio 并将我编译的 DLL 推送到它的 gallio.echo 控制台。
哈德森根据加里奥的结果通过或失败了这项工作。
The fix i've found for this, was to use gallio and push my compiled DLL throw its gallio.echo console.
hudson passes and fails the job based on the results from gallio.