-
Notifications
You must be signed in to change notification settings - Fork 0
Glossary
hypersdk edited this page Aug 7, 2026
·
1 revision
Quick definitions used across Zyvor QA docs.
| Term | Meaning |
|---|---|
| Mission Control | Web console at /dashboard (zyvor-qa serve) |
| Actions | Job cards that run smoke, flow, probes, etc. |
| Pipeline | LangGraph path: fetch → … → execute → report → notify |
| Spec | Markdown requirements (often with Acceptance Criteria) |
| Generated tests | Playwright under tests/generated/
|
| Manual tests | Hand-owned under tests/manual/
|
| Coverage expansion | Discover gaps from repo/crawl → generate tests |
| Flow | Multi-step journey → one video + trace |
| HAR | HTTP Archive for record/replay of network |
| Route sweep | Screenshot many routes + visual diff |
| Passport (GuestKit) | Unrelated cutover artifact — different product |
| Ask Zyvor | Optional RAG Q&A in the console |
| NOC mode | Full-wall Mission Control view (double-click brand) |
| Target policy | SSRF allowlist / ZYVOR_ENV checks |
| summary.json | Stable CI result contract under reports/
|
| Autofix | LLM selector repair (+ optional apply/rerun) |
| zyvor-diff | Rust pixel differ |
| External CI | Using Action/image in your product pipeline |
| Webhook | GitHub → /webhook/github on the agent host |
Related: Tutorials Index · Docs Index
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