diff --git a/.gitignore b/.gitignore index c844f35..be4616b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,7 @@ .project .settings .theia -node_modules/* \ No newline at end of file +node_modules/* +.smartui.log +*.log +.DS_Store \ No newline at end of file diff --git a/smartui-web.json b/smartui-web.json index ba4a344..9ccead0 100644 --- a/smartui-web.json +++ b/smartui-web.json @@ -7,11 +7,16 @@ "edge" ], "viewports": [ - [1920, 1080], - [1366, 768], - [360, 640] - ], - "waitForPageRender": 50000 + [ + 1920 + ], + [ + 1366 + ], + [ + 1028 + ] + ] }, "mobile": { "devices": [ @@ -23,5 +28,7 @@ }, "waitForTimeout": 1000, "enableJavaScript": false, - "allowedHostnames": [] + "allowedHostnames": [], + "smartIgnore": false, + "showRenderErrors": false }