Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/deep-dive-into-hyperexecute-yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/smartui-app-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading