
1. Create an App
Head to Apps and click Create app. Give it a name, pick iOS or Android, and upload your first build.- Android:
.apkor.zipcontaining an.apk - iOS: simulator
.appbundle (from Xcode with"simulator": true)
2. Pick Your Path
What do you want to do next?- Write a test
- Explore on a live device
- CLI / CI/CD
- Agent-driven
Great for QA engineers and anyone writing regression tests.Next: learn about step types, modules, and workflows to group tests together.
Add steps
In the test editor, add natural-language steps:
Instruction: “Tap the Sign In button”Validation: “The home screen is visible”Extraction: “Save the order number to {{order_id}}”
Read the report
Every run produces a report: pass/fail, video replay, step-by-step results, device logs, network traces, and an AI-generated summary.
Core Concepts
The mental model for Revyl
CLI
Install and use from the terminal