Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ This flag allows you to download all the test related results that are generated
</CodeBlock>
</div>

:::note
- This functionality is not available with **XCUI** tests.
- For Espresso with private devices HyperExecute can download user generated artefacts.
:::

### `--download-artifacts-path`
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.
Expand Down
2 changes: 1 addition & 1 deletion docs/hyperexecute-espresso-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobLabel: ['HYP', 'Espresso', 'Manual Sharding']
- 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.

```yaml
private: true
privateCloud: true
preservedDevice: true
```
:::
Expand Down
Loading