Skip to content

Commit 0046dbf

Browse files
committed
MDL-66979: Switch to php-webdriver/webdriver
This is currently using oleg-andreyev/MinkPhpWebDriver but I have raised oleg-andreyev/MinkPhpWebDriver#4 to look at moving the project to php-wbdriver/MinkPhpWebDriver and trying to push it as the authoritative Mink driver.
1 parent d05ea44 commit 0046dbf

File tree

8 files changed

+2955
-487
lines changed

8 files changed

+2955
-487
lines changed

Diff for: composer.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,21 @@
1212
"role": "Developer"
1313
}
1414
],
15+
"repositories": [
16+
{
17+
"type": "vcs",
18+
"url": "https://github.com/andrewnicols/MinkPhpWebDriver.git"
19+
}
20+
],
1521
"require": {
1622
"php": ">=7.2.0",
1723
"behat/mink": "~1.8",
1824
"behat/mink-extension": "~2.3",
1925
"behat/mink-goutte-driver": "~1.2",
20-
"behat/mink-selenium2-driver": "~1.4",
26+
"oleg-andreyev/mink-facebook-web-driver": "dev-w3c",
2127
"symfony/process": "^4.0 || ^5.0",
2228
"behat/behat": "3.6.*"
23-
},
29+
},
2430
"autoload": {
2531
"psr-0": {
2632
"Moodle\\BehatExtension": "src/"

0 commit comments

Comments
 (0)