forked from ecotoneframework/ecotone-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml
32 lines (32 loc) · 889 Bytes
/
behat.yml
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
29
30
31
32
default:
translation:
locale: en
formatters:
pretty: true
suites:
core:
paths:
- packages/Ecotone/tests/Messaging/Behat/features
- packages/Ecotone/tests/Modelling/Behat/features
contexts:
- Test\Ecotone\Messaging\Behat\Bootstrap\DomainContext
- Test\Ecotone\Modelling\Behat\Bootstrap\DomainContext
- Test\Ecotone\Messaging\Behat\Bootstrap\AnnotationBasedMessagingContext
symfony:
extensions:
FriendsOfBehat\SymfonyExtension:
bootstrap: ~
kernel:
class: Ecotone\SymfonyBundle\App\Kernel
environment: ~
debug: ~
translation:
locale: en
formatters:
pretty: true
suites:
symfony:
paths:
- packages/Symfony/tests/Behat/features
contexts:
- Test\Ecotone\Symfony\Behat\Bootstrap\DomainContext