Skip to content

Commit f621d8a

Browse files
authored
Merge pull request #1431 from amanchopra1905/stage
updated a minor issue
2 parents 4b20880 + c19e3e0 commit f621d8a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docs/deep-dive-into-hyperexecute-yaml.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -687,10 +687,6 @@ The `globalPost` flag defines a post-execution step that runs once after all tas
687687
- This feature is supported in YAML version 0.1 and 0.2 only.
688688
- `remote` mode is not supported for **XCUI** and **Espresso** framework jobs. Default mode for these frameworks is `local`.
689689

690-
#### Limitations
691-
- This feature is supported in 0.1 and 0.2 yaml only.
692-
- Remote mode is not supported for XCUI and espresso framework jobs. Default mode for these frameworks is local.
693-
694690
```yaml title="hyperexecute.yaml"
695691
globalPost:
696692
mode: remote #local or remote

docs/smartui-app-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ ssConfig.put("platform", "iOS");
190190
```
191191

192192
#### Important Notes:
193-
- It is adviced to use the same `deviceName` and `platform` combination across builds to compare screenshots of the same device
193+
- It is advised to use the same `deviceName` and `platform` combination across builds to compare screenshots of the same device
194194
- These parameters are metadata tags and don't affect the actual device selection on your cloud provider
195195

196196
Example configurations for different cloud providers:

0 commit comments

Comments
 (0)