Maestro: A Single Framework for Mobile and Web E2E Testing
dev.to·1d·
Discuss: DEV
🧪Test Automation
Preview
Report Post

I’ve recently been working on a personal project that has both mobile and web frontends. I wanted to include E2E tests, but I didn’t want to spend a bunch of time getting all of that setup for web, iOS, and Android.

I just wanted a handful of happy-path E2E tests for an app that could run on a desktop browser, mobile browser, and native mobile.

Most importantly, I wanted to get this running quickly so I could focus on actually building the app. That’s when I found an open source tool called Maestro.

What immediately caught my attention with Maestro is that it’s so easy to get setup, and it handles both web and mobile with the same tool and syntax.

Here’s What a Test Looks Like

Maestro tests are written in YAML. Here’s a simple desktop browser example …

Similar Posts

Loading similar posts...