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