e2e-test-app

Automate end-to-end mobile app testing with Maestro across iOS and Android.

1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/luigiinred/dotfiles --skill e2e-test-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-test-app
Source: https://github.com/luigiinred/dotfiles/tree/main/dot_cursor/skills/e2e-test-app
Command: npx skills add https://github.com/luigiinred/dotfiles --skill e2e-test-app

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of end-to-end testing for the mobile application, ensuring critical user flows function correctly and identifying regressions.

Core Features & Use Cases

  • Comprehensive Testing: Execute smoke tests, full regression suites, or targeted feature tests.
  • Platform Support: Works for both iOS and Android applications.
  • Use Case: Before deploying a new version of the app, run the smoke test suite to quickly verify that users can log in, navigate key sections, and perform core actions without errors.

Quick Start

Run a smoke test on the iOS app by building the release version and executing the smoke tests with Maestro.

Frequently Asked Questions about e2e-test-app

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate end-to-end mobile app testing for iOS and Android?

You can automate end-to-end mobile app testing by running smoke tests, full regression suites, or targeted feature validation across iOS and Android platforms using the Maestro CLI. It requires app builds to test critical user flows and identify regressions.

What is the best way to run regression testing for critical user flows before deployment?

Running a full regression suite is the best way to verify critical user flows before deployment. You can execute targeted feature tests or smoke tests to quickly ensure users can log in, navigate key sections, and perform core actions without errors.

Do I need Maestro CLI installed to execute e2e testing for mobile applications?

Yes, Maestro CLI installation is required to execute e2e testing for mobile applications. You also need specific iOS or Android app builds to validate critical paths, user flows, and feature areas during the automated testing process.

Can I run targeted feature validation instead of a full regression suite on my mobile app?

Yes, you can run targeted feature validation instead of a full regression suite on your mobile app. The testing approach supports comprehensive testing scopes, allowing you to execute specific smoke tests or isolate feature areas across iOS and Android platforms.

What is smoke testing in the context of mobile app e2e automation?

Smoke testing in mobile app e2e automation is a quick verification process that ensures critical user flows function correctly before deployment. It validates that users can log in, navigate key sections, and perform core actions without encountering errors.