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
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