From 4e52680fb68fa5991d5feaa5e4e1c0b69adae84a Mon Sep 17 00:00:00 2001 From: ShubhamSuri <70204532+surishubham@users.noreply.github.com> Date: Wed, 9 Apr 2025 15:57:35 +0530 Subject: [PATCH] Merge pull request #1499 from amanchopra1905/stage hiding afterAll and beforeAll flags --- docs/deep-dive-into-hyperexecute-yaml.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/deep-dive-into-hyperexecute-yaml.md b/docs/deep-dive-into-hyperexecute-yaml.md index f0522522b..e686cc065 100644 --- a/docs/deep-dive-into-hyperexecute-yaml.md +++ b/docs/deep-dive-into-hyperexecute-yaml.md @@ -643,7 +643,7 @@ globalPre: runson: win cache: true ``` - + #### Parameters | Parameter | Type | Description | @@ -697,7 +697,7 @@ globalPost: runson: linux ``` -:::info + #### Parameters | Parameter | Type | Description | @@ -1359,10 +1359,10 @@ if your test loads jquery static library multiple times and for some reason it i > **Note**: These cached resources are not yet shared across VMs. So, each VM has its own copy of cache. - +- Want to run these commands from the same host from which hyperexecute-cli is run. + +*** - +We can choose to run on local/remote(on HYP Vms) from the location command. Type can be either discovery/update_payload (type of operation to be performed) and commands will have all the commands that needs to be run for that operation. ***