-
Notifications
You must be signed in to change notification settings - Fork 3
/
skin.json
109 lines (109 loc) · 3.25 KB
/
skin.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
{
"protocol": "http",
"host": "test.loja.biz",
"browsers": [">1%"],
"pxtorem": {
"rootValue": 16,
"unitPrecision": 2
},
"theme": "neon",
"backstop": {
"local": false,
"id": "backstop_default",
"viewports": [
{
"label": "desktop",
"width": 1680,
"height": 700
},
{
"label": "iphone",
"width": 320,
"height": 480
}
],
"onBeforeScript": "chromy/onBefore.js",
"onReadyScript": "chromy/onReady.js",
"scenarios": [
{
"label": "Homepage",
"cookiePath": "backstop_data/engine_scripts/cookies.json",
"url": "/",
"referenceUrl": "",
"readyEvent": "",
"readySelector": "",
"delay": 0,
"hideSelectors": [".banner-js-container", ".banner"],
"removeSelectors": [".fb-page", "#__bs_notify__"],
"hoverSelector": "",
"clickSelector": "",
"postInteractionWait": "",
"selectors": [],
"selectorExpansion": true
},
{
"label": "Header",
"cookiePath": "backstop_data/engine_scripts/cookies.json",
"url": "/",
"removeSelectors": [".fb-page", "#__bs_notify__"],
"selectors": [".header-container"]
},
{
"label": "Meu carrinho",
"cookiePath": "backstop_data/engine_scripts/cookies.json",
"url": "/",
"hoverSelector": ".mycart",
"removeSelectors": [".fb-page", "#__bs_notify__"]
},
{
"label": "Categorias",
"cookiePath": "backstop_data/engine_scripts/cookies.json",
"url": "/",
"hoverSelector": ".li--0:last-child",
"removeSelectors": [".fb-page", "#__bs_notify__"]
},
{
"label": "Todas as categorias",
"cookiePath": "backstop_data/engine_scripts/cookies.json",
"url": "/",
"hoverSelector": ".categories__all",
"removeSelectors": [".fb-page", "#__bs_notify__"]
},
{
"label": "Minha conta",
"cookiePath": "backstop_data/engine_scripts/cookies.json",
"url": "/",
"hoverSelector": ".myaccount",
"removeSelectors": [".fb-page", "#__bs_notify__"]
},
{
"label": "Footer",
"cookiePath": "backstop_data/engine_scripts/cookies.json",
"url": "/",
"removeSelectors": [".banner-js-container", ".banner", ".fb-page", "#__bs_notify_"],
"selectors": [".footer-container"]
},
{
"label": "Produto",
"cookiePath": "backstop_data/engine_scripts/cookies.json",
"url": "/produto-simples-2",
"removeSelectors": [".banner-js-container", ".banner", ".fb-page", "#__bs_notify_"],
"selectors": [".main-container"]
},
{
"label": "Carrinho",
"cookiePath": "backstop_data/engine_scripts/cookies.json",
"url": "/cart",
"removeSelectors": [".banner-js-container", ".banner", ".fb-page", "#__bs_notify_"],
"selectors": [".main-container"]
},
{
"label": "Catalogo",
"cookiePath": "backstop_data/engine_scripts/cookies.json",
"url": "/cameras",
"selectors": [".main-container"],
"removeSelectors": [".banner-js-container", ".banner", ".fb-page", "#__bs_notify_"]
}
]
}
}