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, setappium:autoLaunch to false and begin from the home screen or browser. See Appium capabilities.
Deeplinks
Use instructions like “Openmyapp://profile” or CLI yoqa action open-url during debug. Assert the destination screen in the expected result.