@@ -61,3 +61,69 @@ default:
6161 gherkin:
6262 filters:
6363 tags: "~@todo&&~@cli" # CLI is excluded as it registers an error handler that mutes fatal errors
64+
65+
66+ build:
67+ formatters:
68+ pretty:
69+ verbose: true
70+ paths: false
71+ snippets: false
72+
73+ extensions:
74+ DMore\ChromeExtension\Behat\ServiceContainer\ChromeExtension: ~
75+ Robertfausk\Behat\PantherExtension: ~
76+
77+ FriendsOfBehat\MinkDebugExtension:
78+ directory: etc/build
79+ clean_start: false
80+ screenshot: true
81+
82+ Behat\MinkExtension:
83+ files_path: "%paths.base%/vendor/sylius/sylius/src/Sylius/Behat/Resources/fixtures/"
84+ base_url: "https://127.0.0.1:8080/"
85+ default_session: symfony
86+ javascript_session: panther
87+ sessions:
88+ symfony:
89+ symfony: ~
90+ chromedriver:
91+ chrome:
92+ api_url: http://127.0.0.1:9222
93+ validate_certificate: false
94+ chrome_headless_second_session:
95+ chrome:
96+ api_url: http://127.0.0.1:9222
97+ validate_certificate: false
98+ panther:
99+ panther:
100+ manager_options:
101+ connection_timeout_in_ms: 5000
102+ request_timeout_in_ms: 120000
103+ chromedriver_arguments:
104+ - --log-path=etc/build/chromedriver.log
105+ - --verbose
106+ capabilities:
107+ acceptSslCerts: true
108+ acceptInsecureCerts: true
109+ unexpectedAlertBehaviour: accept
110+ show_auto: false
111+
112+ FriendsOfBehat\SymfonyExtension: ~
113+
114+ FriendsOfBehat\VariadicExtension: ~
115+
116+ FriendsOfBehat\SuiteSettingsExtension:
117+ paths:
118+ - "vendor/sylius/sylius/features"
119+ - "features"
120+
121+ FriendsOfBehat\ExcludeSpecificationsExtension:
122+ features:
123+ - vendor/sylius/sylius/features/order/managing_orders/handling_order_payment/refunding_order_payment.feature
124+
125+ SyliusLabs\SuiteTagsExtension: ~
126+
127+ gherkin:
128+ filters:
129+ tags: "~@todo&&~@cli" # CLI is excluded as it registers an error handler that mutes fatal errors
0 commit comments