Test Execution

Run Maestro flows on DeviceCloud.

Basic Usage

# Simple run
dcd cloud --app-file ./app.apk --flows ./tests/

# Named run
dcd cloud --name "smoke-tests" --app-file ./app.apk --flows ./tests/

Execution Modes

Sync (Default)

  • Blocks until completion

  • Shows real-time progress

  • Returns results immediately

Async

dcd cloud ... --async --name "nightly" 
  • Returns immediately

  • Continues in background

  • Check dashboard for results

Test Selection

Options

Output

Retry & Environment

Binary Management

Device Selection

Last updated

Was this helpful?