Skip to content
github-actions[bot] edited this page May 25, 2026 · 5 revisions

Open-QA Wiki

Welcome to the Open-QA wiki — your quick-reference for the multi-agent Playwright automation framework.

For the full documentation see the README.


Quick links

Topic Description
Quick Start Clone, install, configure LLM, run
Playwright Dashboard Run tests, stream live output, view KPIs
CLI Agents Self-healing, Auto-POM, Bug Triage, A11y, Visual Regression, Data Gen
Switching LLMs Gemini ↔ Ollama toggle
Contributing PR guidelines, code style, branch naming
Changelog Release notes

Architecture overview

Browser (React 18 + Vite)  →  Express API (port 3001)  →  Gemini / Ollama
                                      ↓
                              Playwright child process
                                      ↓
                              SSE stream back to UI
                                      ↓
                              SQLite  (test-results/runs.db)

This page is auto-synced from .github/wiki/Home.md on every push to main.

Clone this wiki locally