1
-
2
1
module . exports = {
3
- LOGIN_URL : "/cy/login" ,
4
- RUN_URL : "/cy/run" ,
5
- RUN_WS_URL : "/cy/run/ws" ,
6
- PROJECT_UPLOAD_URL :"/url" ,
7
- CLI :"/cy/versions" ,
8
- LT_CONFIG_NAME : "lambdatest-config.json" ,
9
- CYPRESS_CONFIG_NAME :"cypress.json" ,
10
- DEFAULT_TEST_PATH : "." ,
11
- LAMBDA_CONFIG : "./lambdatest-config.json" ,
12
- SUPPORTED_CYPRESS_VERSIONS :[ "5" , "6" ] ,
13
- BUILD_END_STATES :"&status=running,queued,created,initiated,pqueued" ,
14
-
15
- prod : {
16
- INTEGRATION_BASE_URL : "https://api.lambdatest.com/liis" ,
17
- BUILD_BASE_URL : "https://api.lambdatest.com/automation/api/v1/builds/" ,
18
- BUILD_STOP_URL :"https://beta-api.lambdatest.com/api/v1/test/stop?buildId=" ,
19
- SESSION_URL :"https://api.lambdatest.com/automation/api/v1/sessions?limit=200&session_id="
20
-
21
- } ,
22
- stage : {
23
- // INTEGRATION_BASE_URL: "https://stage-api.lambdatest.com/liis",
24
- // BUILD_BASE_URL: "https://stage-api.lambdatest.com/automation/api/v1/builds/",
25
- // BUILD_STOP_URL:"https://stage-api.lambdatest.com/api/v1/test/stop?buildId=",
26
- // SESSION_URL:"https://stage-api.lambdatest.com/automation/api/v1/sessions?limit=200&session_id="
27
-
28
- INTEGRATION_BASE_URL : "https://api.asad2.dev.lambdatest.io/liis" ,
29
- //INTEGRATION_BASE_URL: "http://127.0.0.1:4449/liis",
30
- BUILD_BASE_URL : "https://api.asad2.dev.lambdatest.io/automation/api/v1/builds/" ,
31
- BUILD_STOP_URL :"https://stage-api.lambdatest.com/api/v1/test/stop?buildId=" ,
32
- SESSION_URL :"https://api.asad2.dev.lambdatest.io/automation/api/v1/sessions?build_id="
33
- } ,
34
- beta : {
2
+ LOGIN_URL : "/cy/login" ,
3
+ RUN_URL : "/cy/run" ,
4
+ RUN_WS_URL : "/cy/run/ws" ,
5
+ PROJECT_UPLOAD_URL : "/url" ,
6
+ CLI : "/cy/versions" ,
7
+ LT_CONFIG_NAME : "lambdatest-config.json" ,
8
+ CYPRESS_CONFIG_NAME : "cypress.json" ,
9
+ DEFAULT_TEST_PATH : "." ,
10
+ LAMBDA_CONFIG : "./lambdatest-config.json" ,
11
+ SUPPORTED_CYPRESS_VERSIONS : [ "5" , "6" ] ,
12
+ BUILD_END_STATES : "&status=running,queued,created,initiated,pqueued" ,
35
13
36
- INTEGRATION_BASE_URL : "https://beta-api.lambdatest.com/liis" ,
37
- BUILD_BASE_URL : "https://api.lambdatest.com/automation/api/v1/builds/" ,
38
- BUILD_STOP_URL :"https://beta-api.lambdatest.com/api/v1/test/stop?buildId=" ,
39
- SESSION_URL :"https://api.lambdatest.com/automation/api/v1/sessions?limit=200&session_id="
14
+ prod : {
15
+ INTEGRATION_BASE_URL : "https://api.lambdatest.com/liis" ,
16
+ BUILD_BASE_URL : "https://api.lambdatest.com/automation/api/v1/builds/" ,
17
+ BUILD_STOP_URL : "https://beta-api.lambdatest.com/api/v1/test/stop?buildId=" ,
18
+ SESSION_URL :
19
+ "https://api.lambdatest.com/automation/api/v1/sessions?limit=200&session_id=" ,
20
+ } ,
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="
40
27
41
- }
42
- }
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=",
35
+ } ,
36
+ beta : {
37
+ INTEGRATION_BASE_URL : "https://beta-api.lambdatest.com/liis" ,
38
+ BUILD_BASE_URL : "https://api.lambdatest.com/automation/api/v1/builds/" ,
39
+ BUILD_STOP_URL : "https://beta-api.lambdatest.com/api/v1/test/stop?buildId=" ,
40
+ SESSION_URL :
41
+ "https://api.lambdatest.com/automation/api/v1/sessions?limit=200&session_id=" ,
42
+ } ,
43
+ } ;
0 commit comments