File tree Expand file tree Collapse file tree 1 file changed +7
-15
lines changed Expand file tree Collapse file tree 1 file changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -19,21 +19,13 @@ module.exports = {
19
19
"https://api.lambdatest.com/automation/api/v1/sessions?limit=200&session_id=" ,
20
20
} ,
21
21
stage : {
22
- INTEGRATION_BASE_URL : "https://api.asad-cypress.dev.lambdatest.io/liis" ,
23
- //INTEGRATION_BASE_URL: "http://127.0.0.1:4449/liis",
24
- BUILD_BASE_URL : "https://api.asad-cypress.dev.lambdatest.io/automation/api/v1/builds/" ,
25
- BUILD_STOP_URL :"https://stage-api.lambdatest.com/api/v1/test/stop?buildId=" ,
26
- SESSION_URL :"https://api.asad-cypress.lambdatest.io/automation/api/v1/sessions?session_id="
27
-
28
-
29
- // INTEGRATION_BASE_URL: "https://stage-api.lambdatest.com/liis",
30
- // BUILD_BASE_URL:
31
- // "https://stage-api.lambdatest.com/automation/api/v1/builds/",
32
- // BUILD_STOP_URL:
33
- // "https://stage-api.lambdatest.com/api/v1/test/stop?buildId=",
34
- // SESSION_URL:
35
- // "https://stage-api.lambdatest.com/automation/api/v1/sessions?limit=200&session_id=",
36
-
22
+ INTEGRATION_BASE_URL : "https://stage-api.lambdatest.com/liis" ,
23
+ BUILD_BASE_URL :
24
+ "https://stage-api.lambdatest.com/automation/api/v1/builds/" ,
25
+ BUILD_STOP_URL :
26
+ "https://stage-api.lambdatest.com/api/v1/test/stop?buildId=" ,
27
+ SESSION_URL :
28
+ "https://stage-api.lambdatest.com/automation/api/v1/sessions?limit=200&session_id=" ,
37
29
} ,
38
30
beta : {
39
31
INTEGRATION_BASE_URL : "https://beta-api.lambdatest.com/liis" ,
You can’t perform that action at this time.
0 commit comments