-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
hypersdk edited this page Aug 7, 2026
·
1 revision
Install Zyvor QA Agent and run your first smoke suite. Deep: Tutorial 01 · README.
- Python 3.10+ (3.11+ recommended)
- Node.js 20+
- Git
- Optional: LLM API key,
ghCLI for GitHub specs
git clone https://github.com/hypersdk/ZyAIQAAgent.git
cd ZyAIQAAgent
cp .env.example .env
# Minimum:
# ZYVOR_BASE_URL=https://zyvor.dev
make install
# → pip install -e ".[dev]", npm install, Playwright Chromiumzyvor-qa test --grep @smoke
# or
zyvor-qa testAgainst public demo with video/HAR: Tutorial 13.
zyvor-qa run --source local
open reports/qa-summary.html
# Interactive Playwright report:
npm run reportdocker pull ghcr.io/hypersdk/zyaiqaagent:latest
docker run --rm --env-file .env ghcr.io/hypersdk/zyaiqaagent:latest test --grep @smoke
docker run --rm -p 8080:8080 --env-file .env \
ghcr.io/hypersdk/zyaiqaagent:latest serve --port 8080 --host 0.0.0.0
# → http://localhost:8080/dashboardzyvor-qa serve --port 8080
open http://localhost:8080/dashboardSee Mission Control.
- CLI Commands
- Test Authoring — specs & GitHub
- Tutorials index (15 guides)
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