Skip to main content

Run from the command line

Mobile flows replay headlessly from the command line — no window — so they fit straight into CI. The trq CLI is a standalone binary you install separately; see the full CLI docs for web + mobile.

Play a session

trq play login-flow.trq

Trq replays each step against a running emulator, prints per-step pass/fail, and exits 0 (all passed) or 1 (any failed) — so a run is a normal CI gate. Point it at a specific emulator with the TRQ_SERIAL environment variable.

Mobile runs use one device at a time — run separate jobs to spread flows across several devices.

The CI environment still needs the Android setup tooling (adb + an emulator). For install, reports, and the full flag list, see the CLI docs.