Smoke-test your app on iOS + Android from one prompt
Cuándo usarlo: You just cut a build and want to know if the sign-up flow still works on both platforms.
Requisitos previos
- Simulator booted —
xcrun simctl boot "iPhone 16"andemulator -avd Pixel_7 - App installed — Drag IPA/APK into the simulator or use
install_apptool
Flujo
-
Start sessionUse mobile-mcp. List all available devices.✓ Copiado→ 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.✓ Copiado→ Dual-device screenshot sequence
-
AssertOn each device, is the "Verify your email" screen visible? If not, report what you see.✓ Copiado→ Per-platform pass/fail with evidence
Resultado: Pass/fail report with screenshots for both platforms in 2 minutes.
Errores comunes
- Test account gets locked by anti-spam — Use per-build throwaway emails; rotate test accounts