@@ -100,23 +100,23 @@ 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- " console_logs " : " false" , # Optional for web tests, options - false, error, warn, info, true
104- " network_logs " : " false" , # Optional to capture network calls during the test
105- " network_full_har " : " false" , # Optional, Only for web, to capture complete network requests & response during the test
103+ " console_log " : false, # Optional for web tests, options - false, error, warn, info, true
104+ " network_logs " : false, # Optional to capture network calls during the test
105+ " network_full_har " : false, # Optional, Only for web, to capture complete network requests & response during the test
106106 " region " : " YOUR_DESIRED_REGION" , # Optional for web tests, options - eastus, centralindia
107107 " mobile_region " : " YOUR_DESIRED_REGION" , # Optional for mobile tests, options - us,eu,ap
108108 " tunnel " : " tunnel-name" , # Optional, either tunnel or dedicated proxy or geolocation can be used
109109 " dedicated_proxy " : " region" , # Optional, either tunnel or dedicated proxy or geolocation can be used
110110 " geolocation " : " region" , # Optional, either tunnel or dedicated proxy or geolocation can be used
111111 " environment_id " : 0, # Optional, default null, to define the environment for test run
112- " retry_on_failure " : " true" , # Optional, default true, to define if retry is needed in case of failure
112+ " retry_on_failure " : true, # Optional, default true, to define if retry is needed in case of failure
113113 " max_retries " : 1, # Optional, default 1, to define the number of retries needed if retry_on_failure is enabled
114114 " timezone " : {"region":"Indianapolis"}, # Optional, Only for web, to define the timezone using which the test runs should run
115- " app_profiling " : " false" , # Optional for performance metrics for native mobile apps
116- " performance " : " false" , # Optional for lighthouse report for web tests
115+ " app_profiling " : false, # Optional for performance metrics for native mobile apps
116+ " performance " : false, # Optional for lighthouse report for web tests
117117 " android_app_id " : " lt://<YOUR_ANDROID_APP_ID>" , # optional
118118 " ios_app_id " : " lt://<YOUR_iOS_APP_ID>" , # optional
119- " accessibility " : " false" , # Optional only for web tests
119+ " accessibility " : false, # Optional only for web tests
120120 " network_throttle " : {
121121 " label " : " No Throttling" ,
122122 " value " : " default" ,
0 commit comments