Skip to content
Merged
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
6 changes: 3 additions & 3 deletions docs/hyperexecute-maestro-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Enter your `APP_ID` in the YAML file that you have fetched in the above step.
<TabItem value="android-rd" label="Android-Real Device" default>

```yaml reference title="hyperexecute.yaml"
https://github.com/LambdaTest/hyperexecute-maestro-sample-test/blob/main/yaml/maestro.yaml
https://github.com/LambdaTest/hyperexecute-maestro-sample-test/blob/main/android-realdevice.yaml
```
</TabItem>

Expand All @@ -141,7 +141,7 @@ https://github.com/LambdaTest/hyperexecute-maestro-sample-test/blob/main/yaml/ma
> To enable this for your organizaton, connect with us through our <span className="doc\_\_lt" onClick={() => window.openLTChatWidget()}>**24/7 chat support**</span> or drop us an email to [support@lambdatest.com](mailto:support@lambdatest.com).

```yaml reference title="hyperexecute.yaml"
https://github.com/LambdaTest/hyperexecute-maestro-sample-test/blob/android-emulator/yaml/maestro.yaml
https://github.com/LambdaTest/hyperexecute-maestro-sample-test/blob/main/android-emulator.yaml
```
</TabItem>

Expand All @@ -150,7 +150,7 @@ https://github.com/LambdaTest/hyperexecute-maestro-sample-test/blob/android-emul


```yaml reference title="hyperexecute.yaml"
https://github.com/LambdaTest/hyperexecute-maestro-sample-test/blob/ios-simulator/maestro.yaml
https://github.com/LambdaTest/hyperexecute-maestro-sample-test/blob/main/ios-simulator.yaml
```
</TabItem>

Expand Down
Loading