forked from Sylius/RefundPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbehat.yml.dist
More file actions
24 lines (21 loc) · 773 Bytes
/
behat.yml.dist
File metadata and controls
24 lines (21 loc) · 773 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:
env_file: tests/Application/.env.test
kernel:
env: test
debug: true
class: Tests\Sylius\RefundPlugin\Application\Kernel
path: tests/Application/Kernel.php
bootstrap: ~
Lakion\Behat\MinkDebugExtension:
directory: etc/build
clean_start: false
screenshot: true