Skip to content

Commit 42d0d6e

Browse files
Merge pull request #215 from japneetlambdatest/dev
dev env changed
2 parents a20a313 + 5e3c1bf commit 42d0d6e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

commands/utils/constants.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,16 @@ module.exports = {
2727
"https://api.lambdatest.com/automation/api/v1/cypress/artefacts/test/",
2828
},
2929
beta: {
30-
INTEGRATION_BASE_URL: "https://api-cypress-v1-dev.lambdatestinternal.com/liis",
30+
INTEGRATION_BASE_URL:
31+
"https://api-cypress-v2-dev.lambdatestinternal.com/liis",
3132
BUILD_BASE_URL:
32-
"https://api-cypress-v1-dev.lambdatestinternal.com/automation/api/v1/builds/",
33+
"https://api-cypress-v2-dev.lambdatestinternal.com/automation/api/v1/builds/",
3334
BUILD_STOP_URL:
34-
"https://api-cypress-v1-dev.lambdatestinternal.com/api/v1/test/stop?sessionId=",
35+
"https://api-cypress-v2-dev.lambdatestinternal.com/api/v1/test/stop?sessionId=",
3536
SESSION_URL:
36-
"https://api-cypress-v1-dev.lambdatestinternal.com/automation/api/v1/sessions?limit=200&session_id=",
37+
"https://api-cypress-v2-dev.lambdatestinternal.com/automation/api/v1/sessions?limit=200&session_id=",
3738
REPORT_URL:
38-
"https://api-cypress-v1-dev.lambdatestinternal.com/automation/api/v1/cypress/artefacts/test/",
39+
"https://api-cypress-v2-dev.lambdatestinternal.com/automation/api/v1/cypress/artefacts/test/",
3940
},
4041
stage: {
4142
INTEGRATION_BASE_URL: "https://stage-api.lambdatestinternal.com/liis",

0 commit comments

Comments
 (0)