Skip to main content

Revyl CLI - AI-powered mobile app testing

Project description

Revyl

AI-powered mobile app testing. Cloud devices, natural-language tests, and a Python SDK for programmatic control.

Install the CLI

brew install RevylAI/tap/revyl          # Homebrew (macOS)
pipx install revyl                      # pipx (cross-platform)
uv tool install revyl                   # uv
pip install revyl                       # pip

All methods give you the revyl command. The CLI binary auto-downloads on first use when installed via pip/pipx/uv.

Python SDK

pip install revyl[sdk]                  # Python SDK (includes CLI)
from revyl import DeviceClient

with DeviceClient.start(platform="ios") as device:
    device.tap(target="Login button")
    device.type_text(target="Email", text="user@example.com")
    device.screenshot(out="after-login.png")

The [sdk] extra signals that you want the Python SDK. The SDK is included in the base package, so pip install revyl also works.

Authenticate

revyl auth login                        # Browser-based login
export REVYL_API_KEY="rev_..."          # Or set an API key

Documentation

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

revyl-0.1.20.tar.gz (31.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

revyl-0.1.20-py3-none-any.whl (16.0 kB view details)

Uploaded Python 3

File details

Details for the file revyl-0.1.20.tar.gz.

File metadata

  • Download URL: revyl-0.1.20.tar.gz
  • Upload date:
  • Size: 31.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for revyl-0.1.20.tar.gz
Algorithm Hash digest
SHA256 141e6830105a77b66452e863ee71a0dbd33e519c32a33785a1a58575f765b1d9
MD5 0a75dc0a33d08400de980affb1a489f7
BLAKE2b-256 12bc13f81b91c935fa0f6051d5aedb5274ce2b60aabe92daaf5900e899a98cdc

See more details on using hashes here.

File details

Details for the file revyl-0.1.20-py3-none-any.whl.

File metadata

  • Download URL: revyl-0.1.20-py3-none-any.whl
  • Upload date:
  • Size: 16.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for revyl-0.1.20-py3-none-any.whl
Algorithm Hash digest
SHA256 9e8ee9f6ff11826f69a31fe0af24c515e47eecac0a3a84d0ae5ef1ee890875eb
MD5 aacd82f5d1fc4d91700fb71142395fe5
BLAKE2b-256 4b66fba34bf807ed9d166f883b9947396c91819e991e0c7d67b6e7cd392c7ee1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page