|
15 | 15 | "scenarios": [ |
16 | 16 | { |
17 | 17 | "label": "Paged", |
18 | | - "url": "tests/base.html", |
| 18 | + "url": "http://localhost:8000/tests/base.html", |
19 | 19 | "delay": 0, |
20 | 20 | "selectors": ["viewport"], |
21 | 21 | "misMatchThreshold" : 0.1 |
22 | 22 | }, |
23 | 23 | { |
24 | 24 | "label": "Paged rtl", |
25 | | - "url": "tests/base-rtl.html", |
| 25 | + "url": "http://localhost:8000/tests/base-rtl.html", |
26 | 26 | "delay": 0, |
27 | 27 | "selectors": ["viewport"], |
28 | 28 | "misMatchThreshold" : 0.1 |
29 | 29 | }, |
30 | 30 | { |
31 | 31 | "label": "Paged vertical", |
32 | | - "url": "tests/base-vertical.html", |
| 32 | + "url": "http://localhost:8000/tests/base-vertical.html", |
33 | 33 | "delay": 0, |
34 | 34 | "selectors": ["viewport"], |
35 | 35 | "misMatchThreshold" : 0.1 |
36 | 36 | }, |
37 | 37 | { |
38 | 38 | "label": "1 column pref", |
39 | | - "url": "tests/cols-1.html", |
| 39 | + "url": "http://localhost:8000/tests/cols-1.html", |
40 | 40 | "delay": 0, |
41 | 41 | "selectors": ["viewport"], |
42 | 42 | "misMatchThreshold" : 0.1 |
43 | 43 | }, |
44 | 44 | { |
45 | 45 | "label": "2 columns pref", |
46 | | - "url": "tests/cols-2.html", |
| 46 | + "url": "http://localhost:8000/tests/cols-2.html", |
47 | 47 | "delay": 0, |
48 | 48 | "selectors": ["viewport"], |
49 | 49 | "misMatchThreshold" : 0.1 |
50 | 50 | }, |
51 | 51 | { |
52 | 52 | "label": "Page margins pref", |
53 | | - "url": "tests/margins.html", |
| 53 | + "url": "http://localhost:8000/tests/margins.html", |
54 | 54 | "delay": 0, |
55 | 55 | "selectors": ["viewport"], |
56 | 56 | "misMatchThreshold" : 0.1 |
57 | 57 | }, |
58 | 58 | { |
59 | 59 | "label": "Scroll pref", |
60 | | - "url": "tests/scroll.html", |
| 60 | + "url": "http://localhost:8000/tests/scroll.html", |
61 | 61 | "delay": 0, |
62 | 62 | "selectors": ["viewport"], |
63 | 63 | "misMatchThreshold" : 0.1 |
64 | 64 | }, |
65 | 65 | { |
66 | 66 | "label": "Scroll vertical pref", |
67 | | - "url": "tests/scroll-vertical.html", |
| 67 | + "url": "http://localhost:8000/tests/scroll-vertical.html", |
68 | 68 | "delay": 0, |
69 | 69 | "selectors": ["viewport"], |
70 | 70 | "misMatchThreshold" : 0.1 |
71 | 71 | }, |
72 | 72 | { |
73 | 73 | "label": "Day mode pref", |
74 | | - "url": "tests/day.html", |
| 74 | + "url": "http://localhost:8000/tests/day.html", |
75 | 75 | "delay": 0, |
76 | 76 | "selectors": ["document"], |
77 | 77 | "misMatchThreshold" : 0.1 |
78 | 78 | }, |
79 | 79 | { |
80 | 80 | "label": "Sepia mode pref", |
81 | | - "url": "tests/sepia.html", |
| 81 | + "url": "http://localhost:8000/tests/sepia.html", |
82 | 82 | "delay": 0, |
83 | 83 | "selectors": ["document"], |
84 | 84 | "misMatchThreshold" : 0.1 |
85 | 85 | }, |
86 | 86 | { |
87 | 87 | "label": "Night mode pref", |
88 | | - "url": "tests/night.html", |
| 88 | + "url": "http://localhost:8000/tests/night.html", |
89 | 89 | "delay": 0, |
90 | 90 | "selectors": ["document"], |
91 | 91 | "misMatchThreshold" : 0.1 |
92 | 92 | }, |
93 | 93 | { |
94 | 94 | "label": "Font family pref", |
95 | | - "url": "tests/font-family.html", |
| 95 | + "url": "http://localhost:8000/tests/font-family.html", |
96 | 96 | "delay": 0, |
97 | 97 | "selectors": ["document"], |
98 | 98 | "misMatchThreshold" : 0.1 |
99 | 99 | }, |
100 | 100 | { |
101 | 101 | "label": "Font size pref", |
102 | | - "url": "tests/font-size.html", |
| 102 | + "url": "http://localhost:8000/tests/font-size.html", |
103 | 103 | "delay": 0, |
104 | 104 | "selectors": ["document"], |
105 | 105 | "misMatchThreshold" : 0.1 |
106 | 106 | }, |
107 | 107 | { |
108 | 108 | "label": "Type scale pref", |
109 | | - "url": "tests/type-scale.html", |
| 109 | + "url": "http://localhost:8000/tests/type-scale.html", |
110 | 110 | "delay": 0, |
111 | 111 | "selectors": ["document"], |
112 | 112 | "misMatchThreshold" : 0.1 |
113 | 113 | }, |
114 | 114 | { |
115 | 115 | "label": "Text align pref", |
116 | | - "url": "tests/text-align.html", |
| 116 | + "url": "http://localhost:8000/tests/text-align.html", |
117 | 117 | "delay": 0, |
118 | 118 | "selectors": ["document"], |
119 | 119 | "misMatchThreshold" : 0.1 |
120 | 120 | }, |
121 | 121 | { |
122 | 122 | "label": "Hyphens pref", |
123 | | - "url": "tests/hyphens.html", |
| 123 | + "url": "http://localhost:8000/tests/hyphens.html", |
124 | 124 | "delay": 0, |
125 | 125 | "selectors": ["document"], |
126 | 126 | "misMatchThreshold" : 0.1 |
127 | 127 | }, |
128 | 128 | { |
129 | 129 | "label": "Line height pref", |
130 | | - "url": "tests/line-height.html", |
| 130 | + "url": "http://localhost:8000/tests/line-height.html", |
131 | 131 | "delay": 0, |
132 | 132 | "selectors": ["document"], |
133 | 133 | "misMatchThreshold" : 0.1 |
134 | 134 | }, |
135 | 135 | { |
136 | 136 | "label": "Para spacing pref", |
137 | | - "url": "tests/para-spacing.html", |
| 137 | + "url": "http://localhost:8000/tests/para-spacing.html", |
138 | 138 | "delay": 0, |
139 | 139 | "selectors": ["document"], |
140 | 140 | "misMatchThreshold" : 0.1 |
141 | 141 | }, |
142 | 142 | { |
143 | 143 | "label": "Para spacing vertical pref", |
144 | | - "url": "tests/para-spacing-vertical.html", |
| 144 | + "url": "http://localhost:8000/tests/para-spacing-vertical.html", |
145 | 145 | "delay": 0, |
146 | 146 | "selectors": ["document"], |
147 | 147 | "misMatchThreshold" : 0.1 |
148 | 148 | }, |
149 | 149 | { |
150 | 150 | "label": "Wordspacing pref", |
151 | | - "url": "tests/word-spacing.html", |
| 151 | + "url": "http://localhost:8000/tests/word-spacing.html", |
152 | 152 | "delay": 0, |
153 | 153 | "selectors": ["document"], |
154 | 154 | "misMatchThreshold" : 0.1 |
155 | 155 | }, |
156 | 156 | { |
157 | 157 | "label": "Letterspacing pref", |
158 | | - "url": "tests/letter-spacing.html", |
| 158 | + "url": "http://localhost:8000/tests/letter-spacing.html", |
159 | 159 | "delay": 0, |
160 | 160 | "selectors": ["document"], |
161 | 161 | "misMatchThreshold" : 0.1 |
162 | 162 | }, |
163 | 163 | { |
164 | 164 | "label": "Ligatures pref", |
165 | | - "url": "tests/arabic-ligatures.html", |
| 165 | + "url": "http://localhost:8000/tests/arabic-ligatures.html", |
166 | 166 | "delay": 0, |
167 | 167 | "selectors": ["document"], |
168 | 168 | "misMatchThreshold" : 0.1 |
169 | 169 | }, |
170 | 170 | { |
171 | 171 | "label": "Accessibility font pref", |
172 | | - "url": "tests/a11y-font.html", |
| 172 | + "url": "http://localhost:8000/tests/a11y-font.html", |
173 | 173 | "delay": 0, |
174 | 174 | "selectors": ["document"], |
175 | 175 | "misMatchThreshold" : 0.1 |
176 | 176 | }, |
177 | 177 | { |
178 | 178 | "label": "Accessibility normalize pref", |
179 | | - "url": "tests/a11y-normalize.html", |
| 179 | + "url": "http://localhost:8000/tests/a11y-normalize.html", |
180 | 180 | "delay": 0, |
181 | 181 | "selectors": ["document"], |
182 | 182 | "misMatchThreshold" : 0.1 |
183 | 183 | }, |
184 | 184 | { |
185 | 185 | "label": "Accessibility custom pref", |
186 | | - "url": "tests/a11y-custom.html", |
| 186 | + "url": "http://localhost:8000/tests/a11y-custom.html", |
187 | 187 | "delay": 0, |
188 | 188 | "selectors": ["document"], |
189 | 189 | "misMatchThreshold" : 0.1 |
|
197 | 197 | "ci_report": "tests/backstop_data/ci_report" |
198 | 198 | }, |
199 | 199 | "report": ["browser"], |
200 | | - "engine": "chrome", |
201 | | - "engineFlags": [], |
| 200 | + "engine": "puppeteer", |
| 201 | + "engineOptions": { |
| 202 | + "args": ["--no-sandbox"] |
| 203 | + }, |
202 | 204 | "asyncCaptureLimit": 5, |
203 | 205 | "asyncCompareLimit": 50, |
204 | 206 | "debug": false, |
|
0 commit comments