Skip to content

Commit

Permalink
Rmove dmore/*
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometee committed Sep 26, 2024
1 parent a9e3b9e commit 1f2e2ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 3 additions & 7 deletions behat.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ default:
snippets: false

extensions:
DMore\ChromeExtension\Behat\ServiceContainer\ChromeExtension: ~
Robertfausk\Behat\PantherExtension: ~

FriendsOfBehat\MinkDebugExtension:
Expand All @@ -22,15 +21,11 @@ default:
files_path: "%paths.base%/vendor/sylius/sylius/src/Sylius/Behat/Resources/fixtures/"
base_url: "https://127.0.0.1:8080/"
default_session: symfony
javascript_session: panther
javascript_session: javascript_chrome
sessions:
symfony:
symfony: ~
chromedriver:
chrome:
api_url: http://127.0.0.1:9222
validate_certificate: false
panther:
javascript_chrome:
panther:
options:
webServerDir: "%paths.base%/tests/Application/public"
Expand All @@ -45,6 +40,7 @@ default:
acceptInsecureCerts: true
unexpectedAlertBehaviour: accept
show_auto: false
browser_name: 'behat_browser'

FriendsOfBehat\SymfonyExtension:
bootstrap: tests/Application/config/bootstrap.php
Expand Down
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
"ext-json": "*",
"behat/behat": "^3.7",
"dbrekelmans/bdi": "^1.2",
"dmore/behat-chrome-extension": "^1.4",
"dmore/chrome-mink-driver": "^2.8",
"friends-of-behat/mink": "^1.9",
"friends-of-behat/mink-browserkit-driver": "^1.4",
"friends-of-behat/mink-debug-extension": "^2.0",
Expand Down

0 comments on commit 1f2e2ec

Please sign in to comment.