Skip to main content
Many real journeys leave your process: OAuth in a browser, deep links from Messages, OS Settings toggles, or handoff to a sibling app.

Write the journey explicitly

Tell the agent where the flow starts and what “success” looks like when control returns:

Launch control

If the test should not auto-open your app, set appium:autoLaunch to false and begin from the home screen or browser. See Appium capabilities. Use instructions like “Open myapp://profile” or CLI yoqa action open-url during debug. Assert the destination screen in the expected result.