Skip to content

Commit 0415193

Browse files
committed
Remove selenium2
1 parent 9677c9e commit 0415193

2 files changed

Lines changed: 3 additions & 22 deletions

File tree

behat.yml.dist

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,14 @@ default:
1515
files_path: "%paths.base%/vendor/sylius/sylius/src/Sylius/Behat/Resources/fixtures/"
1616
base_url: "https://127.0.0.1:8080/"
1717
default_session: symfony
18-
javascript_session: chrome_headless
18+
javascript_session: chrome
1919
sessions:
2020
symfony:
2121
symfony: ~
22-
chrome_headless:
22+
chrome:
2323
chrome:
2424
api_url: http://127.0.0.1:9222
2525
validate_certificate: false
26-
chrome:
27-
selenium2:
28-
browser: chrome
29-
capabilities:
30-
browserName: chrome
31-
browser: chrome
32-
version: ""
33-
marionette: null # https://github.com/Behat/MinkExtension/pull/311
34-
chrome:
35-
switches:
36-
- "start-fullscreen"
37-
- "start-maximized"
38-
- "no-sandbox"
39-
extra_capabilities:
40-
unexpectedAlertBehaviour: accept
41-
firefox:
42-
selenium2:
43-
browser: firefox
4426
show_auto: false
4527

4628
FriendsOfBehat\SymfonyExtension:

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
},
1818
"require-dev": {
1919
"behat/behat": "^3.14",
20-
"behat/mink-selenium2-driver": "~1.6.0",
2120
"bitbag/coding-standard": "^3.0.0",
2221
"dmore/behat-chrome-extension": "^1.4",
22+
"dmore/chrome-mink-driver": "^2.9",
2323
"friends-of-behat/mink": "^1.11",
2424
"friends-of-behat/mink-browserkit-driver": "^1.6",
2525
"friends-of-behat/mink-debug-extension": "^2.1",
@@ -33,7 +33,6 @@
3333
"league/flysystem-bundle": "^3.3",
3434
"nelmio/alice": "^3.10",
3535
"nyholm/psr7": "^1.8",
36-
"phpspec/phpspec": "^7.0",
3736
"phpunit/phpunit": "^9.5",
3837
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
3938
"robertfausk/behat-panther-extension": "^1.1",

0 commit comments

Comments
 (0)