mobile-app-testing
Installation
Summary
Comprehensive testing strategies for iOS and Android mobile apps across unit, UI, integration, and performance layers.
- Covers unit testing with Jest, component testing with React Testing Library, and UI automation using Detox, Appium, XCTest, and Espresso
- Includes performance testing, regression testing, and integration testing with backend services
- Provides best practices for test isolation, mocking, meaningful naming, and >80% code coverage targets
- Emphasizes testing on real devices, critical user flows, and both success and failure paths
SKILL.md
Mobile App Testing
Table of Contents
Overview
Implement comprehensive testing strategies for mobile applications including unit tests, UI tests, integration tests, and performance testing.
When to Use
- Creating reliable mobile applications with test coverage
- Automating UI testing across iOS and Android
- Performance testing and optimization
Related skills