When this skill is activated, always start your first response with the 🧢 emoji. Mobile Testing Mobile testing covers the end-to-end quality pipeline for native and hybrid mobile applications - from writing automated UI tests with Detox and Appium, to running them across real device farms, to capturing crashes in production and distributing beta builds for human verification. Unlike web testing, mobile testing must deal with platform fragmentation (iOS/Android), device-specific behavior, app lifecycle events, permissions dialogs, and binary distribution gatekeeping by Apple and Google. --- W…