Skip to content

Commit ed70311

Browse files
authored
Merge pull request #58 from pinanks/DOT-1714
Show build ID in build details
2 parents 5e1b3f6 + f94bcc4 commit ed70311

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

commands/utils/polling.js

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ async function shortPolling(buildId, retries = 0, options) {
1616
console.log('[smartui] Build successful\n');
1717
console.log('[smartui] Build details:\n',
1818
'Build URL: ', response.data.buildURL, '\n',
19+
'Build ID: ', buildId, '\n',
1920
'Build Name: ', response.data.buildName, '\n',
2021
'Total Screenshots: ', response.data.totalScreenshots, '\n',
2122
'Approved: ', response.data.buildResults.approved, '\n',

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lambdatest/smartui-storybook",
3-
"version": "1.1.11",
3+
"version": "1.1.12",
44
"description": "LambdaTest's command-line interface (CLI) aimed to help you run your SmartUI tests on LambdaTest platform",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)