Skip to content

Commit 333dd19

Browse files
committed
Update smartui-web.json with complete default structure including mobile section
1 parent b0dddde commit 333dd19

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

smartui-web.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,17 @@
1111
[1366, 768],
1212
[360, 640]
1313
],
14-
"waitForPageRender": 50000,
15-
"waitForTimeout": 1000
16-
}
14+
"waitForPageRender": 50000
15+
},
16+
"mobile": {
17+
"devices": [
18+
"iPhone 14",
19+
"Galaxy S24"
20+
],
21+
"fullPage": true,
22+
"orientation": "portrait"
23+
},
24+
"waitForTimeout": 1000,
25+
"enableJavaScript": false,
26+
"allowedHostnames": []
1727
}

0 commit comments

Comments
 (0)