Maestro Studio Version
2.4.0
Operating System
Windows
Test Platform (if applicable)
Android
Describe the Bug
I am experiencing an issue where a test runs successfully on Maestro Studio, but fails when executed via the Maestro CLI.
Steps
Run the test in Maestro Studio → it passes successfully.
Run the same test using Maestro CLI → it fails.
Additional Context / Logs:
error: Unable to launch app app.id
appId: com.alquran.aiquran.quranlearning
name: Standard onboarding flow to Qaida Learning
---
- launchApp:
clearState: true
- waitForAnimationToEnd:
timeout: 10000
- tapOn: "Continue"
- waitForAnimationToEnd
- tapOn: "Mention here"
- inputText: "Ali"
- hideKeyboard
- tapOn: "Continue"
- waitForAnimationToEnd
- tapOn: "Male"
- waitForAnimationToEnd
- tapOn: "Continue"
- waitForAnimationToEnd
- tapOn: "Qaida Learning"
- waitForAnimationToEnd
- tapOn: "Get Started"
- waitForAnimationToEnd
- tapOn: Back
- tapOn: Back
- assertVisible: |-
Qaida
Learning
- assertVisible: "Qaida Learning"
Notes:
It seems there might be a difference in execution environments between Studio and CLI.
Steps to Reproduce
run same test.yaml file through cli
Screenshots / Screen Recordings

Maestro Studio Version
2.4.0
Operating System
Windows
Test Platform (if applicable)
Android
Describe the Bug
I am experiencing an issue where a test runs successfully on Maestro Studio, but fails when executed via the Maestro CLI.
Steps
Run the test in Maestro Studio → it passes successfully.
Run the same test using Maestro CLI → it fails.
Additional Context / Logs:
error: Unable to launch app app.id
appId: com.alquran.aiquran.quranlearning name: Standard onboarding flow to Qaida Learning --- - launchApp: clearState: true - waitForAnimationToEnd: timeout: 10000 - tapOn: "Continue" - waitForAnimationToEnd - tapOn: "Mention here" - inputText: "Ali" - hideKeyboard - tapOn: "Continue" - waitForAnimationToEnd - tapOn: "Male" - waitForAnimationToEnd - tapOn: "Continue" - waitForAnimationToEnd - tapOn: "Qaida Learning" - waitForAnimationToEnd - tapOn: "Get Started" - waitForAnimationToEnd - tapOn: Back - tapOn: Back - assertVisible: |- Qaida Learning - assertVisible: "Qaida Learning"Notes:
It seems there might be a difference in execution environments between Studio and CLI.
Steps to Reproduce
run same test.yaml file through cli
Screenshots / Screen Recordings