Skip to content

Commit 30fd6ca

Browse files
update doc - kaneai CI CD automation
1 parent d4614c5 commit 30fd6ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/kaneai-ci-cd-automation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ 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.
8789
- **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/).
8890
- **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.
8991
- **replaced_url :** To be used to dynamically replace any pattern URL in test cases with the replacement URL for entire test run.
@@ -98,6 +100,8 @@ curl --location 'https://test-manager-api.lambdatest.com/api/atm/v1/hyperexecute
98100
"test_run_id": "YOUR_TEST_RUN_ID", #enter test run id
99101
"concurrency": 1, # Optional, default 1
100102
"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
101105
"console_logs": "false", #Optional for web tests, options - false, error, warn, info, true
102106
"network_logs": "false", #Optional to capture network calls during the test
103107
"network_full_har": "false", #Optional, Only for web, to capture complete network requests & response during the test

0 commit comments

Comments
 (0)