Smoke-test your app on iOS + Android from one prompt
Wann einsetzen: You just cut a build and want to know if the sign-up flow still works on both platforms.
Voraussetzungen
- Simulator booted —
xcrun simctl boot "iPhone 16"andemulator -avd Pixel_7 - App installed — Drag IPA/APK into the simulator or use
install_apptool
Ablauf
-
Start sessionUse mobile-mcp. List all available devices.✓ Kopiert→ iOS simulator + Android emulator listed
-
Run the flowOn both devices in parallel: open my app, tap "Sign Up", enter [email protected] / password123, tap Continue. Screenshot each step.✓ Kopiert→ Dual-device screenshot sequence
-
AssertOn each device, is the "Verify your email" screen visible? If not, report what you see.✓ Kopiert→ Per-platform pass/fail with evidence
Ergebnis: Pass/fail report with screenshots for both platforms in 2 minutes.
Fallstricke
- Test account gets locked by anti-spam — Use per-build throwaway emails; rotate test accounts