Skip to main content

1. Create Your Account

Sign in at auth.revyl.ai.

2. Upload a Build

Navigate to Builds and upload your iOS simulator build (.zip with .app) or Android debug APK.
  • iOS: Simulator builds from Xcode (zipped .app bundle)
  • Android: Debug APK files (or zipped APK)
See Build Guides for framework-specific instructions.

3. Create Your First Test

Click Create test in Test Suite:
  1. Enter test name
  2. Select platform (iOS or Android)
  3. Choose build
  4. Pick device
Test Suite

4. Add Test Steps

In the test editor, add steps using natural language:
  • Instruction: “Tap the login button”
  • Validation: “Check that dashboard is visible”
  • Extract: “Save email field value to
Test Editor

5. Run Your Test

Click Run Steps to execute the test on a live device. Watch the device screen in real-time as your test runs.

Next Steps