Skip to content

Tutorial Test zyvor dev

Susant Sahani edited this page Aug 18, 2026 · 2 revisions

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

argus test exec --grep @smoke

Flow with video

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

HAR

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

Mission Control

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

Next

Journeys and Flows · Mission Control · Getting Started

Clone this wiki locally