File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ const ltClient = require("@lambdatest/node-rest-client");
44
55 if ( ! process . env . LT_ACCESS_KEY || ! process . env . LT_USERNAME ) {
66 console . log ( "Access and username is required" )
7- throw new Error ( "User name and Access is required parameter" )
7+ throw new Error ( "User name and Access Key is required parameter" )
88 }
99
1010 // read build name from env
1111 if ( ! process . env . LT_BUILD ) {
12- console . log ( " Please set Build name to env" )
12+ console . log ( " Please set Build name to env <LT_BUILD> " )
1313 throw new Error ( "Build name is required" )
1414 }
1515
@@ -20,7 +20,6 @@ const ltClient = require("@lambdatest/node-rest-client");
2020
2121 if ( ! options ) {
2222 // using default options
23- console . log ( "Setting default configurations" )
2423 options = {
2524 buildLimt : 20 ,
2625 buildName : process . env . LT_BUILD ,
You can’t perform that action at this time.
0 commit comments