Skip to content

Test fails on Maestro CLI but passes on Maestro Studio #52

@amir-hamza9d

Description

@amir-hamza9d

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

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions