Skip to content

Commit 30be0c0

Browse files
fixes kane ci cd automation
1 parent 30fd6ca commit 30be0c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/kaneai-ci-cd-automation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ Replace `<TestRunID>` with the actual ID from the URL and set additional optiona
8484
- **max_retries**: Define the number of maximum retries you want (Max value 5). Default retries 1.
8585
- **timezone**: Define the timezone you want to choose for test run in UTC+01:00 format.
8686
- **app_profiling**: Add true if you want to track app profiling metrics in your test. You can find more details [here](https://www.lambdatest.com/support/docs/appium-app-performance-analytics/).
87-
- **android_app_id**: Specify an Android app ID to override the existing app in the configuration of the Test instances.
88-
- **ios_app_id**: Specify an app iOS ID to override the existing app in the configuration of the Test instances.
8987
- **performance**: Add true if you want generate Lighthouse report for your web tests. Supported on limited OS browser combinations. Additionally, Setting this as true could potentially slow down the execution time. You can find more details [here](https://www.lambdatest.com/support/docs/view-lighthouse-performance-metrics/).
88+
- **android_app_id**: Specify an Android app ID to override the existing app in the configuration of the Test instances.
89+
- **ios_app_id**: Specify an iOS app ID to override the existing app in the configuration of the Test instances.
9090
- **accessibility**: Set as true if you want to run accessibility test on all your tests in the test run. Setting this as true could potentially slow down the execution time.
9191
- **replaced_url :** To be used to dynamically replace any pattern URL in test cases with the replacement URL for entire test run.
9292

@@ -100,8 +100,6 @@ 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-
"android_app_id": "lt://< YOUR_ANDROD_APP_ID>", #optional
104-
"ios_app_id": "lt://< YOUR_iOS_APP_ID>", #optional
105103
"console_logs": "false", #Optional for web tests, options - false, error, warn, info, true
106104
"network_logs": "false", #Optional to capture network calls during the test
107105
"network_full_har": "false", #Optional, Only for web, to capture complete network requests & response during the test
@@ -116,6 +114,8 @@ curl --location 'https://test-manager-api.lambdatest.com/api/atm/v1/hyperexecute
116114
"timezone": "UTC+01:00", #Optional, Only for web, to define the timezone using which the test runs should run
117115
"app_profiling": "false", #Optional for performance metrics for native mobile apps
118116
"performance": "false", #Optional for lighthouse report for web tests
117+
"android_app_id": "lt://<YOUR_ANDROID_APP_ID>", #optional
118+
"ios_app_id": "lt://<YOUR_iOS_APP_ID>", #optional
119119
"accessibility": "false", #Optional only for web tests
120120
"network_throttle": {
121121
"label": "No Throttling",

0 commit comments

Comments
 (0)