Smoke-test your app on iOS + Android from one prompt
Когда использовать: You just cut a build and want to know if the sign-up flow still works on both platforms.
Предварительные требования
- Simulator booted —
xcrun simctl boot "iPhone 16"andemulator -avd Pixel_7 - App installed — Drag IPA/APK into the simulator or use
install_apptool
Поток
-
Start sessionUse mobile-mcp. List all available devices.✓ Скопировано→ 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.✓ Скопировано→ Dual-device screenshot sequence
-
AssertOn each device, is the "Verify your email" screen visible? If not, report what you see.✓ Скопировано→ Per-platform pass/fail with evidence
Итог: Pass/fail report with screenshots for both platforms in 2 minutes.
Подводные камни
- Test account gets locked by anti-spam — Use per-build throwaway emails; rotate test accounts