File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,17 @@ module.exports = {
56
56
REPORT_URL :
57
57
"https://stage-api.lambdatesting.com/automation/api/v1/cypress/artefacts/test/" ,
58
58
} ,
59
+ stage_new : {
60
+ INTEGRATION_BASE_URL : "https://prestage-api.lambdatest.com/liis" ,
61
+ BUILD_BASE_URL :
62
+ "https://prestage-api.lambdatest.com/automation/api/v1/builds/" ,
63
+ BUILD_STOP_URL :
64
+ "https://prestage-api.lambdatest.com/api/v1/test/stop?sessionId=" ,
65
+ SESSION_URL :
66
+ "https://prestage-api.lambdatest.com/automation/api/v1/sessions?limit=200&session_id=" ,
67
+ REPORT_URL :
68
+ "https://prestage-api.lambdatest.com/automation/api/v1/cypress/artefacts/test/" ,
69
+ } ,
59
70
preprod : {
60
71
INTEGRATION_BASE_URL : "https://preprod-api.lambdatest.com/liis" ,
61
72
BUILD_BASE_URL :
You can’t perform that action at this time.
0 commit comments