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
This flag updates the hyperexecute binary version.
141
+
142
+
```bash
143
+
hyperexecute update
144
+
```
145
+
146
+
***
147
+
127
148
### `--concurrency`
128
149
This flag allows you to define the number of concurrent sessions running on HyperExecute. For more information on concurrency, go to [this page](/support/docs/hyperexecute-auto-split-strategy/).
129
150
```bash
@@ -139,6 +160,11 @@ This flag allows you to enter a custom location where you can download the Hyper
139
160
```
140
161
***
141
162
163
+
### `--disable-updates`
164
+
This flag allows you to disable the auto updation of your HyperExecute binary.
165
+
166
+
***
167
+
142
168
### `--download-artifacts`
143
169
This flag allows you to download all the test related results that are generated by your testing framework. You can use this key if you want to download the artifacts.
144
170
@@ -152,6 +178,8 @@ This flag allows you to download all the test related results that are generated
152
178
- For Espresso with private devices HyperExecute can download user generated artefacts.
153
179
:::
154
180
181
+
***
182
+
155
183
### `--download-artifacts-path`
156
184
In case you want the artifacts to be downloaded to a specific directory, please provide the exact path followed by the flag as shown in the example below.
157
185
@@ -161,6 +189,8 @@ In case you want the artifacts to be downloaded to a specific directory, please
161
189
</CodeBlock>
162
190
</div>
163
191
192
+
***
193
+
164
194
### `--download-artifacts-zip`
165
195
If you want to download the zip file of the artifacts for a job.
0 commit comments