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 = {
5656 REPORT_URL :
5757 "https://stage-api.lambdatesting.com/automation/api/v1/cypress/artefacts/test/" ,
5858 } ,
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+ } ,
5970 preprod : {
6071 INTEGRATION_BASE_URL : "https://preprod-api.lambdatest.com/liis" ,
6172 BUILD_BASE_URL :
You can’t perform that action at this time.
0 commit comments