Skip to content

Tutorial Test zyvor dev

hypersdk edited this page Aug 7, 2026 · 1 revision

Tutorial: Test zyvor.dev

Reproduce the public demo: smoke + flow video + HAR against https://zyvor.dev.

Deep: Tutorial 13 · customer guide · Demos.

Watch first

Configure

# .env
ZYVOR_BASE_URL=https://zyvor.dev
# Leave ENABLE_DASHBOARD_TESTS=false — marketing site has no product login

Smoke

zyvor-qa test --grep @smoke

Flow with video

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

HAR

zyvor-qa har-replay https://zyvor.dev --mode record --har /tmp/zyvor.har
zyvor-qa har-replay https://zyvor.dev --mode replay --har /tmp/zyvor.har

Mission Control

zyvor-qa serve --port 8080
# Open /dashboard → Smoke / Flow / Audit cards against zyvor.dev

Next

Journeys and Flows · Mission Control · Getting Started

Clone this wiki locally