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

curl -fsSL https://revyl.com/install.sh | sh       # Shell (macOS / Linux)
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 shell installer downloads the native binary directly; pip, pipx, and uv auto-download it on first use.

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.33.tar.gz (32.4 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.33-py3-none-any.whl (16.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: revyl-0.1.33.tar.gz
  • Upload date:
  • Size: 32.4 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.33.tar.gz
Algorithm Hash digest
SHA256 f16dba643bb774da1a7163d68eb2d48cbecc552bba23efa19d2c9f8f2506e500
MD5 ab8b8e0681e2f076c73faa9a27954644
BLAKE2b-256 36ac8792b4a0e2242d038193e477dca730a6f92ac692fb5d88c0a4865cd3a779

See more details on using hashes here.

File details

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

File metadata

  • Download URL: revyl-0.1.33-py3-none-any.whl
  • Upload date:
  • Size: 16.2 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.33-py3-none-any.whl
Algorithm Hash digest
SHA256 b7f3c58431b79097050238af7e97b5c9e0eaa33e7d1bd22f2e66d871f5dad3f8
MD5 b43460f85a3dc23f4eeb48add00bb30e
BLAKE2b-256 1bda7b7d74d345d92e9a4964686a577a112589e4bf0a8a94393b652b0b565408

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