mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
c96cde27ea
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.
14 lines
302 B
Plaintext
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: { }
|