バラントでLaravel 5+を使用する。私はcodeception実行したときにWebDriverをFirefoxと連携させる
sudo Xvfb :10 -ac
しかし:
java -jar vendor/se/selenium-server-standalone/bin/selenium-server-standalone.jar -Dwebdriver.firefox.bin="/usr/bin/firefox"
をヘッドレスディスプレイを使用して:私はセレン使用して実行している
は
./vendor/bin/codecept run selenium --steps
を私は次のエラーを取得する:
[Facebook\WebDriver\Exception\UnknownServerException] Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output: Error: GDK_BACKEND does not match available displays
私は使用する必要があるサーバーとポートと混同しています。 現在、私はhttp://localhost:8000
までアクセスしていますが、それは流涙の外です。
私は、エラー出力としてapi\vendor\facebook\webdriver\lib\Remote\RemoteWebDriver.php
内、$url = 'http://localhost:4444/wd/hub'
を守ってください。
127.0.0.1 on port 7055.
私は究極的に受け入れテストをしようとしているので、角度要素をテストすることができます –