-
Notifications
You must be signed in to change notification settings - Fork 0
Common Workflows
hypersdk edited this page Aug 7, 2026
·
1 revision
Operator recipes combining CLI and Mission Control. Customer page map: docs/customer/workflows.md.
-
zyvor-qa test --grep @smoke(or Mission Control ▶ Smoke) - Check
reports// Findings / QA Runs - Optional: Slack/Teams — Notifications and Reports
- Write markdown AC — Spec to Test
-
zyvor-qa run --source local --spec …or Full pipeline card - Optional autofix:
ENABLE_AUTOFIX— Autofix and Regression
- Label issues
qa— GitHub Integration zyvor-qa run --source github --pr-number N- Or webhook on
pull_request
zyvor-qa discover --source github-
zyvor-qa run --source github --expand-coverage— Coverage Expansion
- Flow (
--steps/--describe) — Journeys and Flows - Import codegen if you recorded in Playwright
- HAR record/replay for offline network fixtures
- Public practice: Test zyvor.dev
- Auth & session → save session
- API contract vs OpenAPI
- Realtime WS/SSE
- Reuse session on Flow — API Auth Realtime
- Route sweep or visual regression — Visual Regression
- Compare staging vs prod URLs in Mission Control
- Core Web Vitals card /
zyvor-qa vitals
- Configure an Action once (audit URL, flow steps, TLS)
- Schedules panel → interval 5 min – 6 h — Mission Control
External CI/CD — Action or docker run + upload reports/.
Start: Home · Getting Started · Tutorials · Workflows · Admin · Dashboard
Tutorials: Spec→Test · NL · GitHub · Coverage · Visual · Notify · External CI · Agent CI · zyvor.dev · Specs
Build: Architecture · Config · Authoring · Structure · Multi-browser · Rust
Actions: Mission Control · Journeys · API/Auth · Probes · Schedules · Ask Zyvor · Autofix
Ship: API · Webhooks · Security · CI/CD · Deploy · Releases · Enterprise
More: Troubleshoot · FAQ · Glossary · Contributing · Demos · Docs
Guides