@@ -13,7 +13,7 @@ module.exports = {
1313 "&status=running,queued,created,initiated,pqueued,error,lambda error,failed" ,
1414 BUILD_ERROR_STATES : "&status=error,lambda error,failed" ,
1515 CYPRESS_ENV_FILE_PATH : "cypress.env.json" ,
16- ENVS : [ "stage" , "beta" , "prod" , "preprod" ] ,
16+ ENVS : [ "stage" , "beta" , "prod" , "preprod" , "stage_new" ] ,
1717 prod : {
1818 INTEGRATION_BASE_URL : "https://api.lambdatest.com/liis" ,
1919 BUILD_BASE_URL : "https://api.lambdatest.com/automation/api/v1/builds/" ,
@@ -45,6 +45,28 @@ module.exports = {
4545 REPORT_URL :
4646 "https://stage-api.lambdatest.com/automation/api/v1/cypress/artefacts/test/" ,
4747 } ,
48+ stage_new : {
49+ INTEGRATION_BASE_URL : "https://api.lambdatestinternal.com/liis" ,
50+ BUILD_BASE_URL :
51+ "https://api.lambdatestinternal.com/automation/api/v1/builds/" ,
52+ BUILD_STOP_URL :
53+ "https://api.lambdatestinternal.com/api/v1/test/stop?sessionId=" ,
54+ SESSION_URL :
55+ "https://api.lambdatestinternal.com/automation/api/v1/sessions?limit=200&session_id=" ,
56+ REPORT_URL :
57+ "https://api.lambdatestinternal.com/automation/api/v1/cypress/artefacts/test/" ,
58+ } ,
59+ stage_new1 : {
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+ } ,
4870 preprod : {
4971 INTEGRATION_BASE_URL : "https://preprod-api.lambdatest.com/liis" ,
5072 BUILD_BASE_URL :
0 commit comments