Skip to content

Commit 347e260

Browse files
add default smartui server address
1 parent a4b4b4d commit 347e260

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/io/github/lambdatest/utils/SmartUIUtil.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ public static String getSmartUIServerAddress() {
6666
if (smartUiServerAddress != null && !smartUiServerAddress.isEmpty()) {
6767
return smartUiServerAddress;
6868
} else {
69-
throw new RuntimeException("SmartUI server address not found");
69+
return "http://localhost:49152";
7070
}
7171
}
7272

73+
7374
}

0 commit comments

Comments
 (0)