Skip to content

Commit f260d15

Browse files
authored
Merge pull request #250 from HRanjan-11/CYP-723
display smartui link for smartui projects
2 parents adb3f38 + 59f7ca0 commit f260d15

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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 !== undefined && smartuiLink !== "") {
75+
console.log('SmartUI link for the project: ' + smartuiLink)
76+
}
7377
resolve(session_id);
7478
}
7579
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambdatest-cypress-cli",
3-
"version": "3.0.14",
3+
"version": "3.0.15",
44
"description": "The lambdatest-cypress-cli is LambdaTest's command-line interface (CLI) aimed to help you run your Cypress tests on LambdaTest platform.",
55
"homepage": "https://github.com/LambdaTest/lambdatest-cypress-cli",
66
"author": "LambdaTest <[email protected]>",

0 commit comments

Comments
 (0)