-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathbehat.yml.dist
126 lines (126 loc) · 3.25 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
default:
extensions:
Behat\MinkExtension:
sessions:
default:
symfony2: ~
javascript:
selenium2:
browser: chrome
wd_host: http://selenium:4444/wd/hub
base_url: http://web/
Behat\Symfony2Extension:
kernel:
bootstrap: ~
class: eLife\Journal\AppKernel
env: ci
jarnaiz\JUnitFormatter\JUnitFormatterExtension:
filename: behat.xml
outputDir: %paths.base%/build
Liuggio\Fastest\Behat\ListFeaturesExtension\Extension: ~
suites:
annual-report:
filters:
tags: '@annual-report'
contexts:
- AnnualReportContext
archive:
filters:
tags: '@archive'
contexts:
- ArchiveContext
article:
filters:
tags: '@article'
contexts:
- ArticleContext
article-type:
filters:
tags: '@article-type'
contexts:
- ArticleTypeContext
blog:
filters:
tags: '@blog'
contexts:
- BlogContext
collection:
filters:
tags: '@collection'
contexts:
- CollectionContext
community:
filters:
tags: '@community'
contexts:
- CommunityContext
content-alerts:
filters:
tags: '@etoc'
contexts:
- ContentAlertsContext
digest:
filters:
tags: '@digest'
contexts:
- DigestContext
event:
filters:
tags: '@event'
contexts:
- EventContext
homepage:
filters:
tags: '@homepage'
contexts:
- HomepageContext
interview:
filters:
tags: '@interview'
contexts:
- InterviewContext
jobs:
filters:
tags: '@jobs'
contexts:
- JobsContext
labs:
filters:
tags: '@labs'
contexts:
- LabsContext
magazine:
filters:
tags: '@magazine'
contexts:
- MagazineContext
people:
filters:
tags: '@people'
contexts:
- PeopleContext
podcast:
filters:
tags: '@podcast'
contexts:
- PodcastContext
press-packs:
filters:
tags: '@press-packs'
contexts:
- PressPackageContext
profile:
filters:
tags: '@profile'
contexts:
- ProfileContext
search:
filters:
tags: '@search'
contexts:
- SearchContext
subject:
filters:
tags: '@subject'
contexts:
- SubjectContext