在 Linux 无头盒子上使用 Selenium 和 phpUnderControl?
我正在尝试将 Selenium 和 phpUnderControl 集成到无头 Linux 机器上,但没有找到任何相关信息。我可以使用 Xvfb 运行 Selenium,并且 phpUnderControl 运行正常。我的问题是:如何配置 phpuc 来执行 selenium 测试,并在其网页上显示其结果?是否可以?
I am trying to integrate Selenium and phpUnderControl on a headless Linux box, but haven't found anything about it. I can run Selenium with Xvfb, and phpUnderControl is running OK. My question is: how to configure phpuc to execute selenium tests, and show their results on its webpage? Is it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
必须编写 Selenium 测试 - 最好的方法是使用 PHPUnit 的 Selenium 扩展。结果将成为 phpUnderControl 中单元测试报告的一部分。
Selenium tests have to be written - the best approach is to use the Selenium extension for PHPUnit. The results will be part of the unit tests report in phpUnderControl.