-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsite.showcase.config.json
More file actions
40 lines (40 loc) · 888 Bytes
/
Copy pathsite.showcase.config.json
File metadata and controls
40 lines (40 loc) · 888 Bytes
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
{
"projectName": "GroupX Pages",
"root": ".",
"type": "static-html",
"installCommand": null,
"startCommand": null,
"baseUrl": "http://127.0.0.1:4178",
"outputDir": "docs/assets/showcase",
"readme": "README.md",
"waitMs": 800,
"timeoutMs": 30000,
"disableAnimations": true,
"viewports": {
"desktop": { "width": 1280, "height": 720 }
},
"screenshots": [
{
"id": "groupx-orbit",
"title": "GroupX broker and CLI agents",
"path": "/",
"viewport": "desktop",
"waitFor": ".orbit",
"waitMs": 500,
"fullPage": false,
"selector": ".orbit",
"steps": []
},
{
"id": "pages-home",
"title": "GroupX GitHub Pages home",
"path": "/",
"viewport": "desktop",
"waitFor": ".hero",
"waitMs": 500,
"fullPage": false,
"selector": null,
"steps": []
}
]
}