What problem does it solve?
Executes automated tests for mobile applications, enabling reliable UI validation and end-to-end testing across iOS and Android using the mobile-mcp server.
Core Features & Use Cases
- Device-first testing: Ensure app flows work on real devices or emulators by selecting a device and executing scripted interactions.
- End-to-end validation: Automate setup, navigation, and verification of typical user journeys to detect regressions early.
- Focused scope: Not intended for web testing, API validation, or desktop applications; this skill targets mobile app testing workflows.
Quick Start
Start by listing available devices with mcp__mobile-mcp__mobile_list_available_devices, store the device ID, and verify connectivity using mcp__mobile-mcp__mobile_get_screen_size. Then install/launch the target app as needed and perform scripted interactions such as tapping, typing, and swiping, followed by screenshot-based verification and result reporting.