-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
Short answers. Full: troubleshooting.md.
pip install -e ".[dev]"
# or
make install
which zyvor-qanpx playwright install --with-deps chromium
# multi-browser:
npx playwright install --with-depsNo for smoke (zyvor-qa test) or rule-based generate/run. Yes for zyvor-qa create (natural language).
gh auth login
# or set GITHUB_TOKEN in .env
# Needs Contents: Read (+ Pull requests: Write for PR comments)Also set ZYVOR_PRODUCT_REPO=owner/repo (not a URL).
Marketing site has no product login. Keep ENABLE_DASHBOARD_TESTS=false or point ZYVOR_BASE_URL / staging at an app that does.
Local default is open. Set DASHBOARD_PASSWORD before any network exposure. Remote deploy enables auth by default.
Autofix patches selectors, not requirements. Prefer ENABLE_AUTOFIX_APPLY=false in CI; review git diff tests/.
reports/qa-summary.html (+ PDF if enabled), reports/summary.json for CI, Playwright report via npm run report, history under reports/history/.
Troubleshooting · Tutorials Index · Common Workflows
Related: Getting Started · Configuration.
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