Skip to content

Commit 1fa4b59

Browse files
authored
Merge pull request #37 from LambdaTest/stage
Release 1.1.6
2 parents 8a593d2 + fd3f083 commit 1fa4b59

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

commands/storybook.js

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ async function storybook(serve, options) {
128128
// Call static render API
129129
await axios.post(new URL(constants[options.env].STATIC_RENDER_PATH, constants[options.env].BASE_URL).href, payload)
130130
.then(async function (response) {
131+
console.log('[smartui] Build URL: ', response.data.data.buildURL);
131132
console.log('[smartui] Build in progress...');
132133
await shortPolling(response.data.data.buildId, 0, options);
133134
})

commands/utils/dom.js

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ async function sendDoM(storybookUrl, stories, storybookConfig, options) {
7979
}
8080
})
8181
.then(async function (response) {
82+
console.log('[smartui] Build URL: ', response.data.buildURL);
8283
console.log('[smartui] Build in progress...');
8384
await shortPolling(response.data.buildId, 0, options);
8485
})

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.5",
3+
"version": "1.1.6",
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)