gpt4 book ai didi

php - Selenium 测试失败 : xvfb-run: error: Xvfb failed to start

转载 作者:太空宇宙 更新时间:2023-11-03 17:10:51 31 4
gpt4 key购买 nike

我在 phpuni-environment.conf 文件中有这个用于 selenium 测试的配置

[program:selenium]
command=xvfb-run java -Dwebdriver.firefox.bin=/usr/bin/firefox -jar /usr/share/selenium/selenium-server-standalone.jar
autostart=false ; selenium

[program:python-webserver]
command=python -m SimpleHTTPServer 8080
directory=. ; python-webserver
autostart=false ; python-webserver

[program:php-webserver]
command=php -S localhost:8080
directory=. ; php-webserver
autostart=false ; php-webserver

我通过 vagrant 进行测试。每当我运行任何类型的测试时,我总是会遇到此错误

xvfb-run: error: Xvfb failed to start

我找到了几个解决这个错误的方法,我试过了

command=xvfb-run --auto-servernum --server-num=1 java -Dwebdriver.firefox.bin=/usr/bin/firefox -jar /usr/share/selenium/selenium-server-standalone.jar

但我仍然得到同样的错误。我在这里缺少什么?

最佳答案

下面的代码用于启动 XVFB 服务器并在 headless 模式下为 java 透视图编写测试。

应该在 CENTOS 下运行命令

显示=:99sudo java -jar/root/Seleniumfolder/selenium-server-standalone-2.50.0.jar -log/root/Seleniumfolder/SeleniumServer.log -host 127.0.0.1 -port 4444 -Dwebdriver.firefox.bin="/usr/bin/火狐”

关于php - Selenium 测试失败 : xvfb-run: error: Xvfb failed to start,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37292014/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com