╳ Could not open connection: Unable to create new service: GeckoDriverService
╳ Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'
╳ System info: host: 'f9b3338ce1f4', ip: '172.19.0.5', os.name: 'Linux', os.arch: 'amd64', os.version: '5.10.102.1-microsoft-standard-WSL2', java.version: '1.8.0_191'
╳ Driver info: driver.version: unknown (Behat\Mink\Exception\DriverException)
I'm confused about why I'm getting this error because Gecko is Firefox right? In my behat.yml, I am testing with Chrome only.
I originally thought this was caused by updating drupal-driver to 2.1.2, but upon further testing, I found that when I updated drupal-driver to 2.1.2 while locking drupal-extension to 4.1.0, the error did not occur.
EDIT: Upon further debugging, this issue is caused by
drupal-extension 4.2.1
, notdrupal-driver
, so it should be moved to the other repo.After updating to
drupal-extension
4.2.1 from 4.1.0:I'm getting an error when I try to run my tests:
I'm confused about why I'm getting this error because Gecko is Firefox right? In my
behat.yml
, I am testing with Chrome only.I originally thought this was caused by updating
drupal-driver
to 2.1.2, but upon further testing, I found that when I updateddrupal-driver
to 2.1.2 while lockingdrupal-extension
to4.1.0
, the error did not occur.My test command:
/app/vendor/bin/behat /app/tests/behat/features/ -c /app/tests/behat/behat-lando-selenium.yml --tags '@ci' --format pretty --out std --format html --out /app/tests/reports --profile profile_chrome
And behat.yml: