firefoxで受け入れテストをSelenium 3.0.1で実行しようとしています。私もwp-browserWPWebDriver
モジュールを使用しています。私のacceptance-suit.ymlはこのように見えます。このwpcept run acceptance testsCest.php
をrunnuningでコード受付テストがFirefoxと連携していません
class_name: AcceptanceTester
modules:
enabled:
- \Helper\Acceptance
- WPWebDriver
config:
WPWebDriver:
url: 'https://staging.snapbox.com'
adminUsername: '[email protected]'
adminPassword: '[email protected]'
adminPath: '/wp-admin'
browser: firefox
webdriver.gecko.driver: 'bin/geckodriver.exe'
I [Facebook\WebDriver\Exception\UnknownServerException] The path to the driver executable must be set by the webdriver.gecko.driver system property; for more information, see https://github.com/mozilla/geckodriver. The latest version can be downloaded fro
m https://github.com/mozilla/geckodriver/releases