-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Susant Sahani edited this page Aug 18, 2026
·
2 revisions
Install Zyvor Argus 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/zyvor-argus.git
cd zyvor-argus
cp .env.example .env
# Minimum:
# ZYVOR_BASE_URL=https://zyvor.dev
make install
# → pip install -e ".[dev]", npm install, Playwright Chromiumargus test exec --grep @smoke
# or
argus test execAgainst public demo with video/HAR: Tutorial 13.
argus test run --source local
open reports/qa-summary.html
# Interactive Playwright report:
npm run reportdocker pull ghcr.io/hypersdk/zyvor-argus:latest
docker run --rm --env-file .env ghcr.io/hypersdk/zyvor-argus:latest test --grep @smoke
docker run --rm -p 8080:8080 --env-file .env \
ghcr.io/hypersdk/zyvor-argus:latest serve --port 8080 --host 0.0.0.0
# → http://localhost:8080/dashboardargus 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