From 63f48e09613044a75aca28ee7f35d7bce8d1f73f Mon Sep 17 00:00:00 2001 From: RushilK7 Date: Wed, 26 Nov 2025 20:27:30 +0530 Subject: [PATCH] Update smartui-web.json to CLI default config and fix .gitignore to ignore log files --- .gitignore | 5 ++++- smartui-web.json | 19 +++++++++++++------ 2 files changed, 17 insertions(+), 7 deletions(-) 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 }