mobile-app-testing

Installation
SKILL.md

Mobile App Testing

Implement comprehensive testing strategies for mobile applications.

Testing Pyramid

Level Tools Coverage
Unit Jest, XCTest, JUnit 70%
Integration Detox, Espresso 20%
E2E Appium, Detox 10%

React Native (Jest + Detox)

// Unit test
describe('CartService', () => {
  it('calculates total correctly', () => {
    const cart = new CartService();
Related skills

More from secondsky/claude-skills

Installs
185
GitHub Stars
143
First Seen
Jan 23, 2026