1
0
mirror of https://github.com/moodle/moodle.git synced 2025-02-17 22:35:24 +01:00
moodle/behat.yml.dist
Andrew Nicols c96cde27ea MDL-66979 behat: Rename selenium config to webdriver
The PHP WebDriver Mink Driver does not necessarily require Selenium. It
supports Selenium 3 upwards, and can be used directly with ChromeDriver,
EdgeDriver, SafariDriver, GeckoDriver, and others.

It therefore uses a slightly different configuraitno path.
2021-01-22 14:52:09 +08:00

14 lines
302 B
Plaintext

default:
suites:
default:
paths: { }
contexts: { }
extensions:
Behat\MinkExtension:
base_url: 'http://localhost:8000'
goutte: null
webdriver: null
Moodle\BehatExtension:
moodledirroot: /Should/Change/To/Moodle/www/dir
steps_definitions: { }