mobile-dev-inc/maestro

Painless E2E Automation for Mobile and Web

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 8 minutes ago
Added to GitGenius on September 3rd, 2026
Created on March 31st, 2022
Open Issues & Pull Requests: 500 (+0)
GitHub issues: Enabled
Number of forks: 943
Total Stargazers: 15,528 (+0)
Total Subscribers: 70 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.6 days
Mean response time: 83.8 days
90th percentile: 278.0 days
Tracked items: 754

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "platform: android" is answered fastest, typically in about 2 days, while "P3" waits about 5 months. 59% of tracked open issues have had no activity in three months. Only 3% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 395
New in 7 days: 3
Closed in 7 days: 4
Avg open age: 718 days
Stale 30+ days: 370
Stale 90+ days: 311

Recent activity

Opened in 7 days: 2
Closed in 7 days: 4
Comments in 7 days: 2
Events in 7 days: 3

Top labels

  • enhancement (241)
  • bug (207)
  • maestro cli (145)
  • waiting for customer response (93)
  • Maestro (55)
  • platform: ios (51)
  • P2 (45)
  • platform: android (33)

Detailed Description

Maestro is a framework for end-to-end UI automation testing on mobile and web applications. It addresses the complexity of cross-platform testing by providing a human-readable YAML-based syntax for defining test flows that run on Android, iOS, and web apps without requiring compilation. The tool combines an interpreted execution engine with built-in resilience features like automatic waiting and flakiness tolerance, eliminating the need for manual sleep calls and reducing test brittleness. Installation is straightforward, requiring only Java 17 or higher and a single script to get started.

Maestro suits teams testing Android, iOS, or web applications who want to avoid the verbosity and setup overhead of traditional frameworks like Appium, Espresso, UIAutomator, XCTest, Selenium, or Playwright. It works across emulators, simulators, real devices, and browsers, making it practical for projects using React Native, Flutter, or hybrid frameworks. The YAML flow syntax keeps tests readable and maintainable, while the interpreted approach allows fast iteration without rebuild cycles. Teams prioritizing quick test authorship and cross-platform coverage will find this approach more accessible than lower-level automation frameworks.

The project maintains active engagement with its user base. Almost all open issues originate from outside users rather than the core team, reflecting a substantial base of adopters using the tool in production. Maintainers typically respond to new issues and pull requests within a few days. Work in the issue tracker centers on enhancements, bug fixes, and improvements to the Maestro CLI, indicating a focus on expanding capabilities and refining the command-line experience.