MDL-66979 behat: Switch to new W3C Behat driver

This commit updates the composer dependencies to make use of the updated
version of moodlehq/moodle-behat-extension which depends upon the
php-webdriver/webdriver and relevant Mink WebDriver.
This commit is contained in:
Andrew Nicols
2021-01-22 14:52:13 +08:00
parent 2477b04d12
commit fc021f968a
2 changed files with 764 additions and 595 deletions
+5 -10
View File
@@ -4,16 +4,11 @@
"description": "Moodle - the world's open source learning platform",
"type": "project",
"homepage": "https://moodle.org",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/moodlehq/php-webdriver.git"
}
],
"require-dev": {
"phpunit/phpunit": "8.5.*",
"moodlehq/behat-extension": "3.310.0",
"mikey179/vfsstream": "^1.6",
"instaclick/php-webdriver": "dev-local as 1.x-dev"
}
"moodlehq/behat-extension": "3.310.2",
"mikey179/vfsstream": "^1.6"
},
"minimum-stability": "dev",
"prefer-stable": true
}
Generated
+759 -585
View File
File diff suppressed because it is too large Load Diff