Skip to content

Commit f69de27

Browse files
authored
Merge pull request #18 from LambdaTest/master
Rebase Merge to stage
2 parents 438e9fa + 2800457 commit f69de27

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

commands/utils/constants.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ constants.stage = {
99
};
1010
constants.prod = {
1111
AUTH_URL: "https://api.lambdatest.com/storybook/auth",
12-
RENDER_API_URL: "https://api.lambdatest.com/storybook/render"
12+
RENDER_API_URL: "https://api.lambdatest.com/storybook/render",
13+
BUILD_STATUS_URL: "https://api.lambdatest.com/storybook/status",
14+
BASE_URL: "https://api.lambdatest.com",
15+
SB_BUILD_VALIDATE_PATH: "/storybook/validate"
1316
};
1417

1518
module.exports = { constants };

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const { createConfig } = require('./commands/config');
99
program
1010
.name('smartui')
1111
.description('CLI to help you run your SmartUI tests on LambdaTest platform')
12-
.version('1.0.0')
12+
.version('1.1.1')
1313
.addOption(new Option('--env <prod|stage>', 'Runtime environment option').choices(['prod', 'stage']));
1414

1515
const configCommand = program.command('config')

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/smartui-storybook",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
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)