-
Notifications
You must be signed in to change notification settings - Fork 55
/
behat.yml.dist
59 lines (55 loc) · 2.34 KB
/
behat.yml.dist
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
default:
calls:
error_reporting: 16383 # E_ALL & ~E_USER_DREPRECATED
suites:
default:
contexts:
- rdx\behatvars\BehatVariablesContext
- JsonContext
- AuthTokenContext
- GeoLocationContext
- SWP\Behat\Contexts\CsvFileContext
- SWP\Behat\Contexts\TenantContext
- SWP\Behat\Contexts\ContentListContext
- SWP\Behat\Contexts\ContentListItemContext
- SWP\Behat\Contexts\RouteContext
- SWP\Behat\Contexts\ArticleContext
- SWP\Behat\Contexts\TemplatingContext
- SWP\Behat\Contexts\CommandContext
- SWP\Behat\Contexts\PackageContext
- SWP\Behat\Contexts\RuleContext
- SWP\Behat\Contexts\WebhookContext
- SWP\Behat\Contexts\DateTimeContext
- SWP\Behat\Contexts\UserContext
- SWP\Behat\Contexts\SlideshowContext
- SWP\Behat\Contexts\SlideshowItemContext
- SWP\Behat\Contexts\ArticleMediaContext
- SWP\Behat\Contexts\Hook\DoctrineORMContext
- SWP\Behat\Contexts\MessengerContext
- FeatureContext
extensions:
rdx\behatvars\BehatVariablesExtension: ~
Behatch\Extension: ~
Behat\MinkExtension:
files_path: '%paths.base%/features/fixtures/'
sessions:
symfony:
symfony: ~
VIPSoft\DoctrineDataFixturesExtension\Extension:
lifetime: feature
autoload: false
fixtures:
- SWP\Bundle\FixturesBundle\DataFixtures\ORM\LoadTenantsData
- SWP\Bundle\FixturesBundle\DataFixtures\ORM\LoadUsersData
- SWP\Bundle\FixturesBundle\DataFixtures\ORM\LoadArticlesData
#Behat\Symfony2Extension:
# kernel:
# bootstrap: features/bootstrap/bootstrap.php
# class: App\Kernel
# path: src/Kernel.php
#FriendsOfBehat\ServiceContainerExtension: ~
FriendsOfBehat\SymfonyExtension:
bootstrap: features/bootstrap/bootstrap.php
kernel:
class: App\Kernel
path: src/Kernel.php