Skip to content

Commit 67a1d7f

Browse files
Japneet Singh ChawlaJapneet Singh Chawla
authored andcommitted
prestage
1 parent 9fd66c0 commit 67a1d7f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

commands/utils/constants.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)