From 2562706c5f923e348ba8e6a8208c6a5f244133b5 Mon Sep 17 00:00:00 2001 From: RushilK7 Date: Wed, 26 Nov 2025 17:59:20 +0530 Subject: [PATCH] Update smartui-web.json to CLI default config and add .gitignore --- .gitignore | 5 +++++ sdk/smartui-web.json | 19 +++++++++++++------ 2 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..da98538 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +node_modules/ +.smartui.log +*.log +.DS_Store + diff --git a/sdk/smartui-web.json b/sdk/smartui-web.json index ba4a344..9ccead0 100644 --- a/sdk/smartui-web.json +++ b/sdk/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 }