Skip to content

Commit c985e8b

Browse files
committed
Update smartui-web.json with default comprehensive values (multiple browsers and viewports)
1 parent bffc9b3 commit c985e8b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

sdk/smartui-web.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"web": {
3+
"browsers": [
4+
"chrome",
5+
"firefox",
6+
"safari",
7+
"edge"
8+
],
9+
"viewports": [
10+
[1920, 1080],
11+
[1366, 768],
12+
[360, 640]
13+
],
14+
"waitForPageRender": 50000,
15+
"waitForTimeout": 1000
16+
}
17+
}

0 commit comments

Comments
 (0)