-
Notifications
You must be signed in to change notification settings - Fork 0
API Auth Realtime
Beyond the page: contracts, sessions, streams, Core Web Vitals. Deep: Tutorial 12.
zyvor-qa api-test https://api.example.com --spec https://api.example.com/openapi.json
zyvor-qa api-test https://api.example.com --spec ./openapi.yaml --workflow ./workflow.jsonValidates REST endpoints against OpenAPI; --workflow for multi-step API flows.
zyvor-qa auth-test https://app.example.com --api-login /api/loginLog in, save reusable session, assert logout / expiry / negative auth.
Configure ZYVOR_TEST_USER / ZYVOR_TEST_PASSWORD and ENABLE_DASHBOARD_TESTS=true when the target has a real login (marketing zyvor.dev skips login-tagged tests by default).
zyvor-qa realtime https://app.example.com --ws /ws/eventsAssert stream is live; optional reconnect / live-view checks.
zyvor-qa vitals https://zyvor.devLCP / CLS / INP with device + network throttle options (also Mission Control Vitals card).
ENABLE_API_VALIDATION=true validates HTTP statuses from fixtures/HAR during zyvor-qa run.
Related: Probes and Audits · CLI Commands.
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