freshyo/e2e/flows/smoke.yaml
2026-09-14 23:34:10 +05:30

13 lines
431 B
YAML

# Smoke test: the app launches and the home screen renders (no auth needed —
# home is browsable while logged out).
# Android-only suite (Android package id).
appId: in.freshyo.app
---
- launchApp:
clearState: false
# Home has rendered when a product card is on screen. Dev builds are slow to
# cold-start (Metro bundle), so allow plenty of time.
- extendedWaitUntil:
visible:
id: "product-card"
timeout: 60000