-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Common failures and fixes. Full doc: troubleshooting.md. Short FAQ: FAQ.
| Symptom | Fix |
|---|---|
zyvor-qa: command not found |
make install / pip install -e ".[dev]"; activate venv; which zyvor-qa
|
| Playwright “Executable doesn’t exist” |
npx playwright install --with-deps chromium (or full browsers) |
| Python version errors | Need ≥ 3.10 (3.11+ recommended) |
Prefer the GHCR image in CI so browsers are prebundled — External CI/CD.
| Symptom | Fix |
|---|---|
| Token required |
gh auth login or GITHUB_TOKEN in .env
|
| Expired CLI token | gh auth refresh -h github.com |
ZYVOR_PRODUCT_REPO is not set |
owner/repo form, not a URL |
| Fetch 404 | Repo visibility, path, or token scope (Contents: Read) |
See GitHub Integration.
| Symptom | Fix |
|---|---|
| Target rejected by policy |
ZYVOR_ENV=development or production + ZYVOR_TARGET_ALLOWLIST=hostname
|
| Login tests on zyvor.dev | Keep ENABLE_DASHBOARD_TESTS=false (no product login) |
| Symptom | Fix |
|---|---|
create / AI cmds fail immediately |
Set LLM_PROVIDER + matching API key (or Ollama) |
| Bad generated TS | Quality gate falls back to template; rephrase AC / NL prompt |
| Symptom | Fix |
|---|---|
| Exposed without auth | Set DASHBOARD_PASSWORD before network exposure |
| Webhook 401 | Match GITHUB_WEBHOOK_SECRET; require X-GitHub-Delivery in enterprise mode |
.env in product CI ignored |
Expected — pass env/secrets only |
| Symptom | Fix |
|---|---|
| Wrong selector patched | Review git diff; use suggest-only (ENABLE_AUTOFIX_APPLY=false) in CI |
| Visual flaky | Raise REGRESSION_THRESHOLD carefully; stabilize animations; commit baselines deliberately |
Look in reports/qa-summary.html, reports/summary.json, test-results/, and npm run report.
Configuration · Deploy and Releases · Enterprise · open an issue on ZyAIQAAgent
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