Skip to content

Commit aa217a2

Browse files
authored
Merge pull request #2124 from SanjaySingh387/stage
kaneai-cicd-update maxretry
2 parents 1ec37ab + fb30e21 commit aa217a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/kaneai-ci-cd-automation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ 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/).

0 commit comments

Comments
 (0)