|
1 | 1 | {
|
2 | 2 | "id": "backstop_default",
|
3 | 3 | "viewports": [
|
4 |
| - { |
5 |
| - "label": "phone", |
6 |
| - "width": 320, |
7 |
| - "height": 480 |
8 |
| - }, |
9 |
| - { |
10 |
| - "label": "tablet", |
11 |
| - "width": 1024, |
12 |
| - "height": 768 |
13 |
| - }, |
14 |
| - { |
15 |
| - "label": "computer", |
16 |
| - "width": 1280, |
17 |
| - "height": 900 |
18 |
| - } |
| 4 | + { "label": "phone", "width": 320, "height": 480 }, |
| 5 | + { "label": "tablet", "width": 1024, "height": 768 }, |
| 6 | + { "label": "computer", "width": 1280, "height": 900 } |
19 | 7 | ],
|
20 |
| - "onBeforeScript": "puppet/onBefore.js", |
21 |
| - "onReadyScript": "puppet/onReady.js", |
22 | 8 | "scenarios": [
|
23 | 9 | {
|
24 | 10 | "label": "Index",
|
25 |
| - "url": "file:///Users/ortatherox/dev/typescript/new-website/packages/typescriptlang-org/public/index.html", |
| 11 | + "url": "file:///Users/orta/dev/typescript/new-typescript-website/packages/typescriptlang-org/public/index.html", |
26 | 12 | "misMatchThreshold": 0.1
|
27 | 13 | },
|
28 | 14 | {
|
29 | 15 | "label": "Empty Page",
|
30 |
| - "url": "file:///Users/ortatherox/dev/typescript/new-website/packages/typescriptlang-org/public/empty/index.html", |
| 16 | + "url": "file:///Users/orta/dev/typescript/new-typescript-website/packages/typescriptlang-org/public/empty/index.html", |
31 | 17 | "misMatchThreshold": 0.1
|
32 | 18 | },
|
33 | 19 | {
|
34 | 20 | "label": "Old Handbook Example",
|
35 |
| - "url": "file:///Users/ortatherox/dev/typescript/new-website/packages/typescriptlang-org/public/docs/handbook/functions.html", |
| 21 | + "url": "file:///Users/orta/dev/typescript/new-typescript-website/packages/typescriptlang-org/public/docs/handbook/functions.html", |
36 | 22 | "misMatchThreshold": 0.1,
|
37 | 23 | "selectors": ["viewport"]
|
38 | 24 | },
|
39 | 25 | {
|
40 | 26 | "label": "Old Handbook Example Dark",
|
41 |
| - "url": "file:///Users/ortatherox/dev/typescript/new-website/packages/typescriptlang-org/public/docs/handbook/functions.html", |
| 27 | + "url": "file:///Users/orta/dev/typescript/new-typescript-website/packages/typescriptlang-org/public/docs/handbook/functions.html", |
42 | 28 | "misMatchThreshold": 0.1,
|
43 | 29 | "selectors": ["viewport"],
|
44 | 30 | "onReadyScript": "../../../scripts/backstop/makeDarkMode.js"
|
45 | 31 | },
|
46 |
| - |
47 | 32 | {
|
48 | 33 | "label": "TSConfig Example",
|
49 |
| - "url": "file:///Users/ortatherox/dev/typescript/new-website/packages/typescriptlang-org/public/en/tsconfig/index.html", |
| 34 | + "url": "file:///Users/orta/dev/typescript/new-typescript-website/packages/typescriptlang-org/public/en/tsconfig/index.html", |
50 | 35 | "misMatchThreshold": 0.1,
|
51 | 36 | "selectors": ["viewport"]
|
52 | 37 | }
|
|
60 | 45 | },
|
61 | 46 | "report": ["browser"],
|
62 | 47 | "engine": "puppeteer",
|
63 |
| - "engineOptions": { |
64 |
| - "args": ["--no-sandbox"] |
65 |
| - }, |
| 48 | + "engineOptions": { "args": ["--no-sandbox"] }, |
66 | 49 | "asyncCaptureLimit": 5,
|
67 | 50 | "asyncCompareLimit": 50,
|
68 | 51 | "debug": false,
|
|
0 commit comments