Skip to content

Commit ec0fe71

Browse files
authored
Merge pull request #1004 from Aman1905/stage
updated the HYP docs
2 parents 104bc00 + 33dea51 commit ec0fe71

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ This flag allows you to download all the test related results that are generated
126126
</CodeBlock>
127127
</div>
128128

129+
:::note
130+
- This functionality is not available with **XCUI** tests.
131+
- For Espresso with private devices HyperExecute can download user generated artefacts.
132+
:::
129133

130134
### `--download-artifacts-path`
131135
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.

docs/hyperexecute-espresso-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobLabel: ['HYP', 'Espresso', 'Manual Sharding']
259259
- To run **adb commands** in the **pre** and **post-steps**, include the following two flags in your YAML file: To execute it, you must have purchased an equivalent number of parallels for both HyperExecute and Real Device.
260260

261261
```yaml
262-
private: true
262+
privateCloud: true
263263
preservedDevice: true
264264
```
265265
:::

0 commit comments

Comments
 (0)