Skip to content

Commit ba6182f

Browse files
authored
Merge pull request #1767 from Private1647/stage
Removed network throttle
2 parents 4fe6982 + 1ea3a2b commit ba6182f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/kaneai-ci-cd-automation.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ Replace `<TestRunID>` with the actual ID from the URL and set additional optiona
8282
- **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/).
8383
- **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/).
8484
- **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.
85-
- **network_throttle**: Set the label and value based on details available [here](https://www.lambdatest.com/support/docs/app-auto-network-throttling/).
8685
- **replaced_url :** To be used to dynamically replace any pattern URL in test cases with the replacement URL for entire test run.
8786

8887
#### Example API Call:
@@ -102,10 +101,9 @@ curl --location 'https://test-manager-api.lambdatest.com/api/atm/v1/hyperexecute
102101
"tunnel": "tunnel-name", #Optional, either tunnel or dedicated proxy or geolocation can be used
103102
"dedicated_proxy": "region", #Optional, either tunnel or dedicated proxy or geolocation can be used
104103
"geolocation": "region", #Optional, either tunnel or dedicated proxy or geolocation can be used.
105-
"app_profiling": "boolean", #Optional for performance metrics for native mobile apps
106-
"performance": "boolean", #Optional for lighthouse report for web tests
107-
"accessibility": false, #Optional only for web tests
108-
"network_throttle": [ {label: "custom", value: "2g-gprs-good", download_speed: 30, upload_speed: 1, latency: 500}, # optional only for mobile app tests
104+
"app_profiling": "false", #Optional for performance metrics for native mobile apps
105+
"performance": "false", #Optional for lighthouse report for web tests
106+
"accessibility": "false", #Optional only for web tests
109107
"replaced_url": [
110108
{
111109
"pattern_url": "TEST_URL_1",

0 commit comments

Comments
 (0)