You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: centralize detach logic with --wait-ready flag
Add --wait-ready flag to android.sh emulator start and ios.sh simulator start:
- Waits for device to be ready (health check passes)
- Exits 0 and detaches (device stays running as daemon)
- Used in dev mode for iteration
YAML files now just call:
- Pure mode: `android.sh emulator start --pure $device` + tail -f
- Dev mode: `android.sh emulator start --wait-ready $device`
This centralizes the detach logic and eliminates repetitive code in test suites.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments