We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcde093 commit 2562706Copy full SHA for 2562706
.gitignore
@@ -0,0 +1,5 @@
1
+node_modules/
2
+.smartui.log
3
+*.log
4
+.DS_Store
5
+
sdk/smartui-web.json
@@ -7,11 +7,16 @@
7
"edge"
8
],
9
"viewports": [
10
- [1920, 1080],
11
- [1366, 768],
12
- [360, 640]
13
- ],
14
- "waitForPageRender": 50000
+ [
+ 1920
+ ],
+ 1366
15
16
17
+ 1028
18
+ ]
19
20
},
21
"mobile": {
22
"devices": [
@@ -23,5 +28,7 @@
23
28
24
29
"waitForTimeout": 1000,
25
30
"enableJavaScript": false,
26
- "allowedHostnames": []
31
+ "allowedHostnames": [],
32
+ "smartIgnore": false,
33
+ "showRenderErrors": false
27
34
}
0 commit comments