From 33dea51ea57e9e7bd97b0148b5a777901b4de227 Mon Sep 17 00:00:00 2001 From: Aman Chopra Date: Wed, 9 Oct 2024 10:59:52 +0530 Subject: [PATCH] updated THE --- docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md | 4 ++++ docs/hyperexecute-espresso-testing.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 ``` :::