Skip to content

Commit 2f16ea5

Browse files
committed
2 parents 634e67c + 71cc7ea commit 2f16ea5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/apple-pay-manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ Within the App Live session, you can use Apple Pay via the **Assistive Touch** o
9090

9191
---
9292

93-
:::info
93+
:::tip
9494
Within a single session, only one card can be selected. To switch cards, you’ll need to start a new session with the desired card.
9595
:::

docs/kaneai-ci-cd-automation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,23 +100,23 @@ curl --location 'https://test-manager-api.lambdatest.com/api/atm/v1/hyperexecute
100100
"test_run_id": "YOUR_TEST_RUN_ID", #enter test run id
101101
"concurrency": 1, # Optional, default 1
102102
"title": "UNIQUE_BUILD_NAME", #Optional
103-
"console_logs": "false", #Optional for web tests, options - false, error, warn, info, true
104-
"network_logs": "false", #Optional to capture network calls during the test
105-
"network_full_har": "false", #Optional, Only for web, to capture complete network requests & response during the test
103+
"console_log": false, #Optional for web tests, options - false, error, warn, info, true
104+
"network_logs": false, #Optional to capture network calls during the test
105+
"network_full_har": false, #Optional, Only for web, to capture complete network requests & response during the test
106106
"region": "YOUR_DESIRED_REGION", #Optional for web tests, options - eastus, centralindia
107107
"mobile_region": "YOUR_DESIRED_REGION", #Optional for mobile tests, options - us,eu,ap
108108
"tunnel": "tunnel-name", #Optional, either tunnel or dedicated proxy or geolocation can be used
109109
"dedicated_proxy": "region", #Optional, either tunnel or dedicated proxy or geolocation can be used
110110
"geolocation": "region", #Optional, either tunnel or dedicated proxy or geolocation can be used
111111
"environment_id": 0, #Optional, default null, to define the environment for test run
112-
"retry_on_failure": "true", #Optional, default true, to define if retry is needed in case of failure
112+
"retry_on_failure": true, #Optional, default true, to define if retry is needed in case of failure
113113
"max_retries": 1, #Optional, default 1, to define the number of retries needed if retry_on_failure is enabled
114114
"timezone": {"region":"Indianapolis"}, #Optional, Only for web, to define the timezone using which the test runs should run
115-
"app_profiling": "false", #Optional for performance metrics for native mobile apps
116-
"performance": "false", #Optional for lighthouse report for web tests
115+
"app_profiling": false, #Optional for performance metrics for native mobile apps
116+
"performance": false, #Optional for lighthouse report for web tests
117117
"android_app_id": "lt://<YOUR_ANDROID_APP_ID>", #optional
118118
"ios_app_id": "lt://<YOUR_iOS_APP_ID>", #optional
119-
"accessibility": "false", #Optional only for web tests
119+
"accessibility": false, #Optional only for web tests
120120
"network_throttle": {
121121
"label": "No Throttling",
122122
"value": "default",

0 commit comments

Comments
 (0)