forked from tsteur/open-source-tag-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml.dist
executable file
·128 lines (121 loc) · 4.37 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
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
116
117
118
119
120
121
122
123
124
125
126
127
128
default:
extensions:
Behat\Symfony2Extension:
kernel:
path: "app/BehatKernel.php"
class: BehatKernel
formatters:
junit:
output_path: build/tests-reports/behat
pretty:
verbose: false
paths: false
snippets: false
suites:
acl:
contexts:
- Features\Context\BoostrapContext
- Features\Context\ContainersFixturesContext
- Features\Context\RestContext
- Features\Context\ContainersContext
- Features\Context\TagsContext
- Features\Context\TriggersContext
- Features\Context\UsersContext
- Features\Context\VersioningContext
filters:
tags: "@acl"
containers:
contexts:
- Features\Context\BoostrapContext
- Features\Context\ContainersFixturesContext
- Features\Context\RestContext
- Features\Context\ContainersContext
- Features\Context\TagsContext
- Features\Context\TriggersContext
filters:
tags: "@containers"
tags:
contexts:
- Features\Context\BoostrapContext
- Features\Context\ContainersFixturesContext
- Features\Context\RestContext
- Features\Context\ContainersContext
- Features\Context\TagsContext
filters:
tags: "@tags"
users:
contexts:
- Features\Context\BoostrapContext
- Features\Context\UsersFixturesContext
- Features\Context\RestContext
- Features\Context\UsersContext
filters:
tags: "@users"
triggers:
contexts:
- Features\Context\BoostrapContext
- Features\Context\TriggersFixturesContext
- Features\Context\RestContext
- Features\Context\UsersContext
- Features\Context\TriggersContext
filters:
tags: "@triggers"
versioning:
contexts:
- Features\Context\BoostrapContext
- Features\Context\ContainersFixturesContext
- Features\Context\RestContext
- Features\Context\ContainersContext
- Features\Context\TagsContext
- Features\Context\VersioningContext
filters:
tags: "@versioning"
tag_custom_templates:
contexts:
- Features\Context\BoostrapContext
- Features\Context\ContainersFixturesContext
- Features\Context\RestContext
- Features\Context\ContainersContext
- Features\Context\TagsContext
- Features\Context\TagTemplatesContext
filters:
tags: "@tag_templates"
translations:
contexts:
- Features\Context\BoostrapContext
- Features\Context\RestContext
- Features\Context\TranslationsContext
filters:
tags: "@translations"
variables:
contexts:
- Features\Context\BoostrapContext
- Features\Context\ContainersFixturesContext
- Features\Context\RestContext
- Features\Context\ContainersContext
- Features\Context\VariablesContext
filters:
tags: "@variables"
integrations:
contexts:
- Features\Context\BoostrapContext
- Features\Context\IntegrationsFixturesContext
- Features\Context\RestContext
- Features\Context\ContainersContext
- Features\Context\IntegrationsContext
filters:
tags: "@integrations"
chrome:
extensions:
Behat\MinkExtension:
base_url: 'http://7tag.dev'
#browser_name: phantomjs
browser_name: chrome
selenium2:
wd_host: http://localhost:5555/wd/hub
suites:
installer:
contexts:
- Features\Context\InstallerContext
filters:
tags: "@installer"