You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -109,31 +101,60 @@ To utilize the **networkProfile** capability, ensure that you include `network:
109
101
|3g-umts-good |5 Mbps |2 Mbps |100 ms |
110
102
|4g-lte-good |15 Mbps |7 Mbps |70 ms |
111
103
|4g-lte-advanced-good |25 Mbps |12 Mbps |20 ms |
112
-
| default |NA|NA|NA|
104
+
| default |NA|NA|NA|
113
105
114
-
> Download speed is currently stable, expect additional feature updates shortly.
115
106
116
107
### Custom Profiles
117
108
118
109
-**LambdaHook:** Define and implement custom network profiles with LambdaHook by specifying the maximum download speed (kbps), maximum upload speed (kbps), and latency (ms) for the custom condition, as illustrated in the example.
-**LambdaHook:** Employ this webhook to seamlessly restore the device's network profile to its default state. Invocation of this LambdaHook removes any predefined or custom network settings, ensuring the device is reset to its original configuration.
- For **iOS** devices, offline mode cannot be set using the `networkProfile` capability. Instead, use the offline mode API by sending a cURL request within the running test session:
-**Network throttling** results may vary sometimes based on multiple factors including network conditions and device performance.
151
+
133
152
-**Wrong Capability Name or Value:** Providing an incorrect capability value results in a bad request error with a descriptive message.
134
-
-**LambdaHook Error:** If you passany wrong value in LambdaHook,you will receive an error message.
135
-
:::
136
153
154
+
-**LambdaHook Error:** If you passany wrong value in LambdaHook, you will receive an error message.
155
+
156
+
- In offline mode, **live video** will not be available for the duration of the test session.
157
+
:::
137
158
138
159
> In case you have any questions, feel free to share them with us.Our experts are available on <span className="doc__lt" onClick={() => window.openLTChatWidget()}>**24/7 Customer chat support**</span>. You can also drop us a mail at support@lambdatest.com. Happy testing! 🙂
Copy file name to clipboardExpand all lines: docs/espresso-supported-capabilities.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,8 @@ This document provide details about the features and capabilities supported for
55
55
| queueTimeout | Integer | Total execution time of the build. Example: `queueTimeout: 300`. Maximum value is `10800`|
56
56
| idleTimeout | Integer | Enter the time in seconds for maximum running time of a test in a build. Example: `idleTimeout: 120`|
57
57
| deviceLog | Boolean | To generate the device logs, pass the value as `deviceLog: true`|
58
+
| network | Boolean | To generate the network logs , pass the value as `network: true`|
59
+
| network.har | Boolean | To generate the network logs in .har format, pass the value as `network.har: true` only works with `network:true`|
58
60
| build | String | To set the Espresso build name. Example: `build: My Espresso Build`. |
59
61
| geoLocation | String | Set the geolocation country code if you want to enable the same in your test. Example - `geoLocation: FR`|
60
62
| tunnel, tunnelName | Boolean | To activate the tunnel mode, pass the value as `tunnel: true` and provide the name of your tunnel as `tunnelName: NewTunnel`|
0 commit comments