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