forked from SeaGL/seagl.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
backstop.json
57 lines (53 loc) · 1.44 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
{
"id": "default",
"report": ["browser"],
"paths": {
"bitmaps_reference": "backstop/reference",
"bitmaps_test": "backstop/results",
"ci_report": "backstop/reports/ci",
"engine_scripts": "backstop/scripts",
"html_report": "backstop/reports/html"
},
"asyncCaptureLimit": 4,
"engine": "puppeteer",
"mergeImgHack": true,
"viewports": [
{ "label": "iphone5", "width": 320, "height": 568 },
{ "label": "librebootx200", "width": 1280, "height": 800 }
],
"scenarios": [
{
"label": "Home",
"referenceUrl": "https://seagl.org/",
"url": "http://localhost:4000/"
},
{
"label": "News",
"referenceUrl": "https://seagl.org/news/",
"url": "http://localhost:4000/news/",
"delay": 1000
},
{
"label": "CodeOfConduct",
"referenceUrl": "https://seagl.org/code_of_conduct.html",
"url": "http://localhost:4000/code_of_conduct.html"
},
{
"label": "GetInvolved",
"referenceUrl": "https://seagl.org/get_involved.html",
"url": "http://localhost:4000/get_involved.html"
},
{
"label": "Sponsors",
"referenceUrl": "https://seagl.org/sponsors/2020.html",
"url": "http://localhost:4000/sponsors/2020.html"
},
{
"label": "Map",
"referenceUrl": "https://seagl.org/maps/2020.html",
"url": "http://localhost:4000/maps/2020.html",
"readyEvent": "map loaded",
"delay": 2000
}
]
}