File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,10 @@ constants.stage = {
99} ;
1010constants . 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
1518module . exports = { constants } ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const { createConfig } = require('./commands/config');
99program
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 .0' )
1313 . addOption ( new Option ( '--env <prod|stage>' , 'Runtime environment option' ) . choices ( [ 'prod' , 'stage' ] ) ) ;
1414
1515const configCommand = program . command ( 'config' )
You can’t perform that action at this time.
0 commit comments