-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathbehat.yml
115 lines (91 loc) · 3.4 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
default:
suites:
screen_remote_api_features:
paths:
- "%paths.base%/features/ScreenRemoteApi"
contexts:
- Tests\Behat\Hook\PurgeContext
- Tests\Behat\Transform\PresentationTransformerContext
- Tests\Behat\Transform\ScreenTransformerContext
- Tests\Behat\Setup\PresentationsContext
- Tests\Behat\Setup\ScreenContext
- Tests\Behat\HeartbeatContext
- Tests\Behat\Gui\PresentationContext
login_features:
paths:
- "%paths.base%/features/Login"
contexts:
- Tests\Behat\Hook\PurgeContext
- Tests\Behat\Transform\DateTimeTransformerContext
- Tests\Behat\Transform\UserTransformerContext
- Tests\Behat\Gui\LoginContext
- Tests\Behat\Gui\RegistrationContext
- Tests\Behat\Setup\UserContext
- Tests\Behat\Gui\GeneralWebpagesContext
presentation_editor_features:
paths:
- "%paths.base%/features/PresentationEditors"
contexts:
- Tests\Behat\Hook\PurgeContext
- Tests\Behat\Transform\UserTransformerContext
- Tests\Behat\Setup\UserContext
- Tests\Behat\Gui\LoginContext
- Tests\Behat\Gui\GeneralWebpagesContext
- Tests\Behat\Gui\PresentationEditorsContext
- Behat\MinkExtension\Context\MinkContext
account_features:
paths:
- "%paths.base%/features/Management/Account"
contexts:
- Tests\Behat\Hook\PurgeContext
- Tests\Behat\Transform\UserTransformerContext
- Tests\Behat\Setup\UserContext
- Tests\Behat\Gui\AccountSecurityContext
- Tests\Behat\Gui\GeneralWebpagesContext
- Tests\Behat\Gui\LoginContext
- Tests\Behat\Gui\PresentationEditorsContext
- Behat\MinkExtension\Context\MinkContext
api_v1_features:
paths:
- "%paths.base%/features/Api/v1"
contexts:
- Tests\Behat\Hook\PurgeContext
- Tests\Behat\Transform\SharedStorageTransformerContext
- Tests\Behat\Transform\PresentationTransformerContext
- Tests\Behat\Transform\ScreenTransformerContext
- Tests\Behat\Transform\UserTransformerContext
- Tests\Behat\Client\ApiV1ClientContext
- Tests\Behat\Api\v1\FilePoolContext
- Tests\Behat\Api\v1\PresentationsContext
- Tests\Behat\Api\v1\ScheduleContext
- Tests\Behat\Setup\FilePoolContext
- Tests\Behat\Setup\PresentationsContext
- Tests\Behat\Setup\ScreenContext
- Tests\Behat\Setup\UserContext
- Tests\Behat\Gui\GeneralWebpagesContext
cli_features:
paths:
- "%paths.base%/features/CLI"
contexts:
- Tests\Behat\Hook\PurgeContext
- Tests\Behat\Transform\SharedStorageTransformerContext
- Tests\Behat\Transform\PresentationTransformerContext
- Tests\Behat\Transform\ScreenTransformerContext
- Tests\Behat\Transform\UserTransformerContext
- Tests\Behat\CLI\ScreenAlarmingContext
- Tests\Behat\Setup\ScreenContext
- Tests\Behat\MailContext
- Tests\Behat\Gui\GeneralWebpagesContext
extensions:
Behat\MinkExtension:
base_url: 'http://localhost:8000/'
sessions:
symfony:
symfony: ~
# default:
# goutte: ~
FriendsOfBehat\SymfonyExtension:
bootstrap: features/bootstrap/bootstrap.php
kernel:
path: src/Kernel.php
class: 'App\Kernel'