Skip to content

Commit fd3fa1e

Browse files
author
akshayverma
committed
Espresso network added
1 parent 73b6467 commit fd3fa1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/espresso-supported-capabilities.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ This document provide details about the features and capabilities supported for
5555
| queueTimeout | Integer | Total execution time of the build. Example: `queueTimeout: 300`. Maximum value is `10800`|
5656
| idleTimeout | Integer | Enter the time in seconds for maximum running time of a test in a build. Example: `idleTimeout: 120`|
5757
| 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` |
5860
| build | String | To set the Espresso build name. Example: `build: My Espresso Build`. |
5961
| geoLocation | String | Set the geolocation country code if you want to enable the same in your test. Example - `geoLocation: FR`|
6062
| 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

Comments
 (0)