-
Notifications
You must be signed in to change notification settings - Fork 1
/
backstop.json
202 lines (202 loc) · 5.3 KB
/
backstop.json
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
{
"id": "asc",
"viewports": [
{
"label": "desktop",
"width": 1000,
"height": 730
}
],
"onBeforeScript": "puppet/onBefore.js",
"onReadyScript": "puppet/onReady.js",
"scenarios": [
{
"label": "home",
"url": "http://localhost:3000/v5/b/index"
},
{
"label": "about",
"url": "http://localhost:3000/v5/b/about"
},
{
"label": "about-values",
"url": "http://localhost:3000/v5/b/values"
},
{
"label": "careers",
"url": "http://localhost:3000/v5/b/careers"
},
{
"label": "cwp",
"url": "http://localhost:3000/v5/b/cwp"
},
{
"label": "organisations",
"url": "http://localhost:3000/v5/b/organisations"
},
{
"label": "organisations-cwp",
"url": "http://localhost:3000/v5/b/organisations-cwp"
},
{
"label": "newtocare-about",
"url": "http://localhost:3000/v5/b/new-to-care"
},
{
"label": "newtocare-values",
"url": "http://localhost:3000/v5/b/new-to-care/#past-week"
},
{
"label": "newtocare-behaviors",
"url": "http://localhost:3000/v5/b/new-to-care/#past-month"
},
{
"label": "newtocare-digital",
"url": "http://localhost:3000/v5/b/new-to-care/#digital"
},
{
"label": "newtocare-casestudy",
"url": "http://localhost:3000/v5/b/new-to-care/#past-year"
},
{
"label": "newtocare-skills",
"url": "http://localhost:3000/v5/b/new-to-care/requirements"
},
{
"label": "newtocare-development",
"url": "http://localhost:3000/v5/b/new-to-care/development"
},
{
"label": "newtocare-development-other",
"url": "http://localhost:3000/v5/b/new-to-care/development#past-week"
},
{
"label": "newtocare-courses",
"url": "http://localhost:3000/v5/b/new-to-care/courses"
},
{
"label": "careworker-about",
"url": "http://localhost:3000/v5/b/care-worker"
},
{
"label": "careworker-values",
"url": "http://localhost:3000/v5/b/care-worker/#past-week"
},
{
"label": "careworker-behaviors",
"url": "http://localhost:3000/v5/b/care-worker/#past-month"
},
{
"label": "careworker-digital",
"url": "http://localhost:3000/v5/b/care-worker/#digital"
},
{
"label": "careworker-casestudy",
"url": "http://localhost:3000/v5/b/care-worker/#past-year"
},
{
"label": "careworker-skills",
"url": "http://localhost:3000/v5/b/care-worker/requirements"
},
{
"label": "careworker-development",
"url": "http://localhost:3000/v5/b/care-worker/development"
},
{
"label": "careworker-development-other",
"url": "http://localhost:3000/v5/b/care-worker/development#past-week"
},
{
"label": "careworker-courses",
"url": "http://localhost:3000/v5/b/care-worker/courses"
},
{
"label": "supervisor-about",
"url": "http://localhost:3000/v5/b/supervisor"
},
{
"label": "supervisor-values",
"url": "http://localhost:3000/v5/b/supervisor/#past-week"
},
{
"label": "supervisor-behaviors",
"url": "http://localhost:3000/v5/b/supervisor/#past-month"
},
{
"label": "supervisor-digital",
"url": "http://localhost:3000/v5/b/supervisor/#digital"
},
{
"label": "supervisor-casestudy",
"url": "http://localhost:3000/v5/b/supervisor/#past-year"
},
{
"label": "supervisor-skills",
"url": "http://localhost:3000/v5/b/supervisor/requirements"
},
{
"label": "supervisor-development",
"url": "http://localhost:3000/v5/b/supervisor/development"
},
{
"label": "supervisor-development-other",
"url": "http://localhost:3000/v5/b/supervisor/development#past-week"
},
{
"label": "supervisor-courses",
"url": "http://localhost:3000/v5/b/supervisor/courses"
},
{
"label": "leader-about",
"url": "http://localhost:3000/v5/b/leader"
},
{
"label": "leader-values",
"url": "http://localhost:3000/v5/b/leader/#past-week"
},
{
"label": "leader-behaviors",
"url": "http://localhost:3000/v5/b/leader/#past-month"
},
{
"label": "leader-digital",
"url": "http://localhost:3000/v5/b/leader/#digital"
},
{
"label": "leader-casestudy",
"url": "http://localhost:3000/v5/b/leader/#past-year"
},
{
"label": "leader-skills",
"url": "http://localhost:3000/v5/b/leader/requirements"
},
{
"label": "leader-development",
"url": "http://localhost:3000/v5/b/leader/development"
},
{
"label": "leader-development-other",
"url": "http://localhost:3000/v5/b/leader/development#past-week"
},
{
"label": "leader-courses",
"url": "http://localhost:3000/v5/b/leader/courses"
}
],
"paths": {
"bitmaps_reference": "backstop_data/bitmaps_reference",
"bitmaps_test": "backstop_data/bitmaps_test",
"engine_scripts": "backstop_data/engine_scripts",
"html_report": "backstop_data/html_report",
"ci_report": "backstop_data/ci_report"
},
"report": ["browser"],
"engine": "puppeteer",
"engineOptions": {
"args": ["--no-sandbox"]
},
"asyncCaptureLimit": 5,
"asyncCompareLimit": 50,
"debug": false,
"debugWindow": false
}