We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33be6ad commit 6d4acaeCopy full SHA for 6d4acae
2 files changed
behat.yml.dist
@@ -15,11 +15,11 @@ default:
15
files_path: "%paths.base%/vendor/sylius/sylius/src/Sylius/Behat/Resources/fixtures/"
16
base_url: "https://127.0.0.1:8080/"
17
default_session: symfony
18
- javascript_session: chrome_headless
+ javascript_session: chrome
19
sessions:
20
symfony:
21
symfony: ~
22
- chrome_headless:
+ chrome:
23
chrome:
24
api_url: http://127.0.0.1:9222
25
validate_certificate: false
composer.json
@@ -19,7 +19,6 @@
},
"require-dev": {
"behat/behat": "^3.14",
- "behat/mink-selenium2-driver": "~1.6",
"bitbag/coding-standard": "^3.0",
"captainhook/captainhook": "^5.25",
"dmore/behat-chrome-extension": "^1.4",
0 commit comments