-
Notifications
You must be signed in to change notification settings - Fork 0
/
backstop.json
55 lines (55 loc) · 1.09 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
{
"id": "ci",
"viewports": [
{
"name": "phone",
"width": 320,
"height": 9999
},
{
"name": "tablet-portrait",
"width": 600,
"height": 9999
},
{
"name": "tablet-landscape",
"width": 900,
"height": 9999
},
{
"name": "desktop",
"width": 1200,
"height": 9999
},
{
"name": "big-desktop",
"width": 1800,
"height": 9999
}
],
"scenarios": [
{
"label": "Default",
"url": "http://localhost:8000/index.html",
"hideSelectors": [],
"removeSelectors": [],
"selectors": [
"document"
],
"readyEvent": null,
"delay": 200,
"misMatchThreshold" : 1.5
}
],
"paths": {
"bitmaps_reference": "backstop_data/bitmaps_reference",
"bitmaps_test": "backstop_data/bitmaps_test",
"casper_scripts": "backstop_data/casper_scripts",
"html_report": "backstop_data/html_report",
"ci_report": "backstop_data/ci_report"
},
"casperFlags": [],
"engine": "phantomjs",
"report": ["browser", "ci"],
"debug": false
}