为什么 selenium 挂在 INFO - 检查资源别名上,以及如何调试它?

发布于 2024-11-26 00:42:23 字数 715 浏览 1 评论 0原文

我正在尝试按照教程此处 使用 jenkins 设置无头硒测试运行。我正在运行 CentOS 5.6,并且已按照说明进行操作。现在,当我运行此命令时:

export DISPLAY=":99" && java -jar /var/lib/selenium/selenium-server.jar -browserSessionReuse -htmlSuite *firefox http://www.google. com ./test/selenium/html/TestSuite.html ./target/selenium/html/TestSuiteResults.html

Selenium 挂在 INFO - 检查资源上别名。我可以手动运行 TestSuite.html 文件,并且路径是正确的。

我怎样才能开始尝试弄清楚发生了什么?有没有办法连接到显示器来查看发生了什么?我位于公司代理后面,但无论有或没有 -Dhttp.proxyHost 参数,我都会得到相同的挂起结果。

I'm trying to follow the tutorial here to setup a headless selenium test-run with jenkins. I'm running CentOS 5.6, and I've followed the instructions. Now, when I run this:

export DISPLAY=":99" && java -jar /var/lib/selenium/selenium-server.jar -browserSessionReuse -htmlSuite *firefox http://www.google.com ./test/selenium/html/TestSuite.html ./target/selenium/html/TestSuiteResults.html

Selenium hangs on INFO - Checking Resource Aliases. I can run the TestSuite.html file manually, and the path is correct.

How can I even begin to try and figure out what's going on? Is there a way I could connect to the display to see what's happening? I am behind a corporate proxy, but with or without -Dhttp.proxyHost arguments, I get the same hung result.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

烏雲後面有陽光 2024-12-03 00:42:24

好吧,在指向内部服务器后,我直接完成了INFO - 检查资源别名步骤,所以很明显代理是问题所在。

通过尝试访问需要代理的网站,我一次做了太多事情。混杂的变量让我感到困惑。

Well, after pointing at an internal server, I get right on past the INFO - Checking Resource Aliases step, so clearly the proxy was the issue.

By trying to hit a site that required the proxy, I was doing too much at once. Confounding variables confounded me.

铜锣湾横着走 2024-12-03 00:42:24

Selenium 未挂在 INFO - 检查资源别名 上。它等待命令执行。您需要使用 ANT 或 Jenkins 中的其他构建工具来触发测试。这应该会让你继续前进

Selenium is not hanging on INFO - Checking Resource Aliases. Its waiting for a command to execute. You need to trigger your tests using ANT or some other build tool in Jenkins. That should get you going

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文