Skip to content

Commit 699cf36

Browse files
add default smartui server address
1 parent f650958 commit 699cf36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LambdaTest.Sdk.Utils/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public static string GetSmartUIServerAddress()
99
var address = Environment.GetEnvironmentVariable("SMARTUI_SERVER_ADDRESS");
1010
if (string.IsNullOrEmpty(address))
1111
{
12-
throw new Exception("SmartUI server address not found");
12+
return "http://localhost:49152";
1313
}
1414
return address;
1515
}

0 commit comments

Comments
 (0)