Skip to content

Commit

Permalink
Merge pull request #251 from LambdaTest/dev
Browse files Browse the repository at this point in the history
release 5 june
  • Loading branch information
HRanjan-11 authored Jun 5, 2023
2 parents 75866d8 + f260d15 commit 34ba111
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions commands/utils/batch/batch_runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ function run_test(payload, env = "prod", rejectUnauthorized) {
(session_id.length + 1)
)
);
smartuiLink = responseData["value"]["smartuiLink"]
if (smartuiLink !== undefined && smartuiLink !== "") {
console.log('SmartUI link for the project: ' + smartuiLink)
}
resolve(session_id);
}
}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lambdatest-cypress-cli",
"version": "3.0.14",
"version": "3.0.15",
"description": "The lambdatest-cypress-cli is LambdaTest's command-line interface (CLI) aimed to help you run your Cypress tests on LambdaTest platform.",
"homepage": "https://github.com/LambdaTest/lambdatest-cypress-cli",
"author": "LambdaTest <[email protected]>",
Expand Down

0 comments on commit 34ba111

Please sign in to comment.