From b76e691f41a301dfa788b3a66106c3ddf1d70549 Mon Sep 17 00:00:00 2001 From: amanchopra1905 Date: Fri, 21 Mar 2025 15:05:06 +0530 Subject: [PATCH 1/2] updated a minor issue --- docs/deep-dive-into-hyperexecute-yaml.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/deep-dive-into-hyperexecute-yaml.md b/docs/deep-dive-into-hyperexecute-yaml.md index a58e1d6cd..f27f9f758 100644 --- a/docs/deep-dive-into-hyperexecute-yaml.md +++ b/docs/deep-dive-into-hyperexecute-yaml.md @@ -687,10 +687,6 @@ The `globalPost` flag defines a post-execution step that runs once after all tas - This feature is supported in YAML version 0.1 and 0.2 only. - `remote` mode is not supported for **XCUI** and **Espresso** framework jobs. Default mode for these frameworks is `local`. -#### Limitations -- This feature is supported in 0.1 and 0.2 yaml only. -- Remote mode is not supported for XCUI and espresso framework jobs. Default mode for these frameworks is local. - ```yaml title="hyperexecute.yaml" globalPost: mode: remote #local or remote From b0bc866fd63f55164bd7687ba012a14a2b7eeb45 Mon Sep 17 00:00:00 2001 From: amanchopra1905 Date: Fri, 21 Mar 2025 15:07:22 +0530 Subject: [PATCH 2/2] spell update --- docs/smartui-app-sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/smartui-app-sdk.md b/docs/smartui-app-sdk.md index 1bef52b83..3e2d0f843 100644 --- a/docs/smartui-app-sdk.md +++ b/docs/smartui-app-sdk.md @@ -190,7 +190,7 @@ ssConfig.put("platform", "iOS"); ``` #### Important Notes: -- It is adviced to use the same `deviceName` and `platform` combination across builds to compare screenshots of the same device +- It is advised to use the same `deviceName` and `platform` combination across builds to compare screenshots of the same device - These parameters are metadata tags and don't affect the actual device selection on your cloud provider Example configurations for different cloud providers: