Skip to content

Commit f21815a

Browse files
authored
Merge pull request #2125 from Ishavyas9/main
kaneAi doc updated
2 parents ec792e6 + a8e9446 commit f21815a

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

docs/kaneai-ci-cd-automation.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,13 @@ Replace `<TestRunID>` with the actual ID from the URL and set additional optiona
8080
- **dedicated_proxy**: Add the region of the dedicated proxy such as _us_ or _eu_, #Optional, either tunnel or dedicated proxy or geolocation can be used in a single API call.
8181
- **geolocation**: Add the resgion of the geolocation that you want to run your tests from. You can find the list of support geolocations [here](https://www.lambdatest.com/support/docs/selenium-geolocation-capabilities/).
8282
- **environment_id**: Define the environment on which you want to run the test run if required.
83-
- **retry_on_failure**: Define if you want to retry in case of failure (Boolean). If "retry_on_failure" is false, the default max retries will still be 1.
84-
- **max_retries**: Define the number of maximum retries you want (Max value 5). Default retries 1.
83+
- **retry_on_failure**: Define whether to retry if the [testRunnerCommand](https://www.lambdatest.com/support/docs/deep-dive-into-hyperexecute-yaml/#testrunnercommand) execution fails. If "retry_on_failure" is false, the default max retries will still be 1. You can find more details [here]( https://www.lambdatest.com/support/docs/deep-dive-into-hyperexecute-yaml/#retryonfailure).
84+
- **max_retries**: Define the number of maximum retries you want (Max value 5). Default retries 1. You can find more details [here](https://www.lambdatest.com/support/docs/deep-dive-into-hyperexecute-yaml/#maxretries).
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/).
8787
- **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.
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.
9092

@@ -112,6 +114,8 @@ curl --location 'https://test-manager-api.lambdatest.com/api/atm/v1/hyperexecute
112114
"timezone": "UTC+01:00", #Optional, Only for web, to define the timezone using which the test runs should run
113115
"app_profiling": "false", #Optional for performance metrics for native mobile apps
114116
"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
115119
"accessibility": "false", #Optional only for web tests
116120
"network_throttle": {
117121
"label": "No Throttling",

docs/support.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,11 @@ import NewTag from '../src/component/newTag';
169169
<h2 className='homeMain_h2'><RealtimeLightIcon className="home_icons home_light_icon" role="presentation"/> <RealtimeDarkIcon className="home_icons home_dark_icon" role="presentation"/>KaneAI &nbsp; <NewTag value="BETA" /> </h2>
170170
<div className="home_inners">
171171
<a href="/support/docs/getting-started-with-kane-ai/" ><p className="p_home_inners">Getting Started</p></a>
172-
<a href="/support/docs/kane-ai-web-test/" ><p className="p_home_inners">Run your First Test</p></a>
173-
<a href="/support/docs/kane-ai-guided-walkthrough/" ><p className="p_home_inners">Guided Walkthrough</p></a>
174-
<a href="/support/docs/kane-ai-test-plan/" ><p className="p_home_inners">Test Planner</p></a>
172+
<a href="/support/docs/author-your-first-desktop-browser-test/" ><p className="p_home_inners">Author Desktop Browser Test</p></a>
173+
<a href="/support/docs/author-your-first-mobile-app-test/" ><p className="p_home_inners">Author Mobile App Test</p></a>
174+
<a href="/support/docs/kane-ai-api-testing/" ><p className="p_home_inners">API Testing</p></a>
175175
<a href="/support/docs/kane-ai-command-guide/" ><p className="p_home_inners">Command Types</p></a>
176+
<a href="/support/docs/kaneai-ci-cd-automation/" ><p className="p_home_inners">Test Automation with CI/CD </p></a>
176177
</div>
177178
</div>
178179
<div className="home_inners_box">

0 commit comments

Comments
 (0)