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 6f573a5 commit 63f48e0Copy full SHA for 63f48e0
.gitignore
@@ -3,4 +3,7 @@
3
.project
4
.settings
5
.theia
6
-node_modules/*
+node_modules/*
7
+.smartui.log
8
+*.log
9
+.DS_Store
smartui-web.json
@@ -7,11 +7,16 @@
"edge"
],
"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