From 634d2c269498b31b8d3482277d4e216ad18b2e5c Mon Sep 17 00:00:00 2001 From: amanchopra1905 Date: Wed, 9 Apr 2025 15:55:34 +0530 Subject: [PATCH] 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 fa8225d86..a389bf2d2 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 | @@ -1389,10 +1389,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. ***