단일 프롬프트로 iOS + Android에서 앱 스모크 테스트
언제 쓸까: 빌드를 잘라내고 가입 흐름이 두 플랫폼 모두에서 여전히 작동하는지 알고 싶습니다.
사전 조건
- 시뮬레이터가 부팅되었습니다. —
xcrun simctl boot "iPhone 16"andemulator -avd Pixel_7 - 앱이 설치됨 — IPA/APK를 시뮬레이터로 드래그하거나 'install_app' 도구를 사용하세요.
흐름
-
세션 시작Use mobile-mcp. List all available devices.✓ 복사됨→ iOS simulator + Android emulator listed
-
흐름 실행On both devices in parallel: open my app, tap "Sign Up", enter [email protected] / password123, tap Continue. Screenshot each step.✓ 복사됨→ Dual-device screenshot sequence
-
주장하다On each device, is the "Verify your email" screen visible? If not, report what you see.✓ 복사됨→ Per-platform pass/fail with evidence
결과: 2분 안에 두 플랫폼 모두에 대한 스크린샷이 포함된 합격/실패 보고서를 제공합니다.
함정
- Test account gets locked by anti-spam — Use per-build throwaway emails; rotate test accounts