Mobile.dev - app quality monitor
During development, sometimes functionality unrelated to the code you just wrote breaks.
But how do you catch this? With testing! But often testing is overlooked, non-maintained or even just non-existent in smaller companies. mobile.dev developed a platform that ties directly into your version control system to run analysis on every PR you open.
Using Maestro, a UI testing framework, you can write descriptive flows that will automatically run through your app and validate functionality. This is what they call a “Flow”.
With every Flow, you will get insights on crashes, performance, app size, and memory. If a PR is not up to standard it will block it and inform the author.
What we like
- You can run flows locally in a sim
- View the result in the form of a screen recording
- Maestro is an easy-to-learn and use descriptive language
|