forked from mangoweb-sylius/SyliusSMSManagerPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbehat.yml.dist
More file actions
24 lines (20 loc) · 725 Bytes
/
behat.yml.dist
File metadata and controls
24 lines (20 loc) · 725 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
imports:
- vendor/sylius/sylius/behat.yml.dist
- tests/Behat/Resources/suites.yml
default:
extensions:
FriendsOfBehat\ContextServiceExtension:
imports:
- vendor/sylius/sylius/src/Sylius/Behat/Resources/config/services.xml
- tests/Behat/Resources/services.xml
FriendsOfBehat\SymfonyExtension:
kernel:
class: \App\Kernel
path: tests/Application/src/Kernel.php
bootstrap: vendor/autoload.php
Lakion\Behat\MinkDebugExtension:
directory: etc/build
clean_start: false
screenshot: true
Behat\MinkExtension:
base_url: "http://nginx"