Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.revyl.com/llms.txt

Use this file to discover all available pages before exploring further.

Quickstart flow

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: .apk or .zip containing an .apk
  • iOS: simulator .app bundle (from Xcode with "simulator": true)
Or connect Expo to auto-sync every EAS build. See Apps for more, or the framework guides for platform-specific build instructions.

2. Pick Your Path

What do you want to do next?
Great for QA engineers and anyone writing regression tests.
1

Create a test

Go to Tests, click Create test, give it a name, and pick the app you just uploaded.
2

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}}”
3

Run it

Click Run Steps. The device boots and the AI agent executes each step against your app.
4

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.
Next: learn about step types, modules, and workflows to group tests together.

Core Concepts

The mental model for Revyl

CLI

Install and use from the terminal