Merge pull request #26 from uuf6429/feature/implement-webdriver-classic-extension

Implement WebdriverClassicDriver factory
This commit is contained in:
Christophe Coevoet
2024-10-03 18:16:45 +02:00
committed by GitHub
7 changed files with 146 additions and 38 deletions

View File

@@ -28,7 +28,8 @@
},
"require-dev": {
"behat/mink-goutte-driver": "^1.1 || ^2.0",
"phpspec/phpspec": "^6.0 || ^7.0 || 7.1.x-dev"
"phpspec/phpspec": "^6.0 || ^7.0 || 7.1.x-dev",
"mink/webdriver-classic-driver": "^1.0@dev"
},
"replace": {
"behat/mink-extension": "self.version"