-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbehat.yml.dist
More file actions
28 lines (23 loc) · 822 Bytes
/
behat.yml.dist
File metadata and controls
28 lines (23 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
imports:
- vendor/sylius/sylius/src/Sylius/Behat/Resources/config/suites.yml
- tests/Behat/Resources/suites.yml
default:
extensions:
Lakion\Behat\MinkDebugExtension:
directory: etc/build
clean_start: false
screenshot: true
Behat\MinkExtension:
base_url: "http://localhost:8080/"
default_session: symfony
sessions:
symfony:
symfony: ~
FriendsOfBehat\SymfonyExtension:
bootstrap: tests/Application/config/bootstrap.php
kernel:
class: Tests\MangoSylius\PaymentRestrictionPlugin\Application\Kernel
FriendsOfBehat\VariadicExtension: ~
FriendsOfBehat\SuiteSettingsExtension:
paths:
- "features"