mirror of
https://github.com/jbcr/SyliusElasticsearchPlugin.git
synced 2026-03-24 00:42:08 +01:00
57 lines
2.0 KiB
Plaintext
57 lines
2.0 KiB
Plaintext
imports:
|
|
- vendor/sylius/sylius/src/Sylius/Behat/Resources/config/suites.yml
|
|
- tests/Behat/Resources/suites.yml
|
|
|
|
default:
|
|
extensions:
|
|
DMore\ChromeExtension\Behat\ServiceContainer\ChromeExtension: ~
|
|
|
|
FriendsOfBehat\MinkDebugExtension:
|
|
directory: etc/build
|
|
clean_start: false
|
|
screenshot: true
|
|
|
|
Behat\MinkExtension:
|
|
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: chrome_headless
|
|
sessions:
|
|
symfony:
|
|
symfony: ~
|
|
chrome_headless:
|
|
chrome:
|
|
api_url: http://127.0.0.1:9222
|
|
validate_certificate: false
|
|
chrome:
|
|
selenium2:
|
|
browser: chrome
|
|
capabilities:
|
|
browserName: chrome
|
|
browser: chrome
|
|
version: ""
|
|
marionette: null # https://github.com/Behat/MinkExtension/pull/311
|
|
chrome:
|
|
switches:
|
|
- "start-fullscreen"
|
|
- "start-maximized"
|
|
- "no-sandbox"
|
|
extra_capabilities:
|
|
unexpectedAlertBehaviour: accept
|
|
firefox:
|
|
selenium2:
|
|
browser: firefox
|
|
show_auto: false
|
|
|
|
|
|
FriendsOfBehat\SymfonyExtension:
|
|
bootstrap: tests/Application/config/bootstrap.php
|
|
kernel:
|
|
class: Tests\BitBag\SyliusElasticsearchPlugin\Application\Kernel
|
|
|
|
FriendsOfBehat\VariadicExtension: ~
|
|
|
|
FriendsOfBehat\SuiteSettingsExtension:
|
|
paths:
|
|
- "features"
|