Skip to content

Journeys and Flows

hypersdk edited this page Aug 7, 2026 · 1 revision

Journeys and Flows

Multi-step E2E journeys, HAR, codegen import, route sweeps. Deep: Tutorial 11 · Tutorial 13.

Flow tests

One journey → one video + Playwright trace (optional cross-browser / device / throttle).

zyvor-qa flow https://zyvor.dev \
  --steps docs/assets/zyvor-dev-demo.steps --video

zyvor-qa flow https://zyvor.dev --describe "Open home, open GuestKit, assert heading"

Mission Control: Flow action card streams the same job.

HAR record / replay

zyvor-qa har-replay https://app.example.com --mode record --har /tmp/app.har
zyvor-qa har-replay https://app.example.com --mode replay --har /tmp/app.har

Import Playwright codegen

zyvor-qa import-codegen recording.spec.ts
# → flow steps consumable by zyvor-qa flow

Route sweep

zyvor-qa route-sweep https://zyvor.dev --auto
# Crawl routes → desktop/mobile screenshots → diff vs baselines

Demo assets

Related: Mission Control · API Auth Realtime.

Clone this wiki locally