diff --git a/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md b/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md index 5b74db475..fa820e728 100644 --- a/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md +++ b/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md @@ -126,6 +126,10 @@ This flag allows you to download all the test related results that are generated +:::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. diff --git a/docs/hyperexecute-espresso-testing.md b/docs/hyperexecute-espresso-testing.md index 7012ed679..364258237 100644 --- a/docs/hyperexecute-espresso-testing.md +++ b/docs/hyperexecute-espresso-testing.md @@ -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 ``` :::