# Smoke test: launch the app and assert the home screen renders. # Use this flow first to verify Maestro can talk to your device/emulator at all. # # Run: # maestro test client_app/.maestro/flows/01_smoke.yaml # # Pre-req: client_app debug APK installed on the connected device, signed in as a customer. appId: ${APP_ID_ANDROID} # Maestro uses APP_ID_IOS automatically when running against an iOS device --- - launchApp: clearState: false # keep existing auth — set to true to test cold-start onboarding - assertVisible: text: "Mulai Curhat" timeout: 10000 # 10s — give Riverpod time to hydrate the home screen