13 lines
431 B
YAML
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
|