Skip to content

Commit 7e5435a

Browse files
committed
loggin smartui link
1 parent adb3f38 commit 7e5435a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

commands/utils/batch/batch_runner.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ function run_test(payload, env = "prod", rejectUnauthorized) {
7070
(session_id.length + 1)
7171
)
7272
);
73+
smartuiLink = responseData["value"]["smartuiLink"]
74+
if (smartuiLink != "") {
75+
console.log('SmartUI link for the project: ' + smartuiLink)
76+
}
7377
resolve(session_id);
7478
}
7579
}

0 commit comments

Comments
 (0)