-
Notifications
You must be signed in to change notification settings - Fork 14
/
backstop.json
39 lines (39 loc) · 931 Bytes
/
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
{
"viewports": [
{
"name": "desktop",
"width": 1920,
"height": 1080
}
],
"scenarios": [
{
"label": "Homepage",
"url": "http://live-museo-de-arte-updates.pantheonsite.io/",
"referenceUrl": "https://update-dr-museo-de-arte-updates.pantheonsite.io/",
"hideSelectors": [],
"selectors": [
"document"
],
"readyEvent": null,
"delay": 500,
"misMatchThreshold" : 0.1
}
],
"paths": {
"bitmaps_reference": "backstop_data/bitmaps_reference",
"bitmaps_test": "backstop_data/bitmaps_test",
"compare_data": "backstop_data/bitmaps_test/compare.json",
"casper_scripts": "backstop_data/casper_scripts"
},
"engine": "slimer",
"report": [ "CI" ],
"casperFlags": [],
"debug": false,
"port": 3001,
"ci": {
"format" : "junit" ,
"testReportFileName": "ci-test-xunit",
"testSuiteName" : "backstopJS"
}
}