{"id":47708594,"url":"https://github.com/qaclan/agent","last_synced_at":"2026-05-02T09:02:08.901Z","repository":{"id":347829402,"uuid":"1194806997","full_name":"qaclan/agent","owner":"qaclan","description":"Local-first Playwright test management agent with cloud-powered regression intelligence","archived":false,"fork":false,"pushed_at":"2026-04-28T12:12:25.000Z","size":11783,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-28T14:23:42.255Z","etag":null,"topics":["browser-testing","playwright","qa","qa-automation","qaclan","regression-testing","test-management","testing-tools"],"latest_commit_sha":null,"homepage":"http://www.qaclan.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qaclan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-28T20:52:56.000Z","updated_at":"2026-04-16T18:16:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/qaclan/agent","commit_stats":null,"previous_names":["qaclan/agent"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/qaclan/agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qaclan%2Fagent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qaclan%2Fagent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qaclan%2Fagent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qaclan%2Fagent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qaclan","download_url":"https://codeload.github.com/qaclan/agent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qaclan%2Fagent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32528665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browser-testing","playwright","qa","qa-automation","qaclan","regression-testing","test-management","testing-tools"],"created_at":"2026-04-02T18:09:19.288Z","updated_at":"2026-05-02T09:02:08.889Z","avatar_url":"https://github.com/qaclan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"logo.png\" alt=\"QAClan\" width=\"500\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cem\u003eYour Playwright tests. Organized locally. Analyzed intelligently.\u003c/em\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  Local-first Playwright test management agent with cloud-powered regression intelligence.\n\u003c/p\u003e\n\n---\n\n## Getting Started\n\n### 1. Sign up and get your auth key\n\nCreate an account at [qaclan.com](https://qaclan.com) and copy your auth key from **Settings \u003e Auth Key**.\n\n### 2. Install the agent\n\nQAClan provisions an **isolated runtime** under `~/.qaclan/runtime/` — pinned Playwright + Chromium that lives next to the binary, not in your global `npm` / `pip`. No version clashes with other projects on your machine.\n\nPrerequisites: **Node.js 18+** (with `npm`) and **Python 3.9+** (with `venv`).\n\n**Linux / macOS (one-liner):**\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/qaclan/agent/master/install.sh | sh\n```\n\nThe installer downloads the binary, then runs `qaclan setup --runtime-only` to provision the runtime (Node deps + Python venv + Chromium). Supports Linux (amd64) and macOS (arm64).\n\n**Windows (amd64 / arm64):**\n\nPick the build that matches your CPU:\n\n- Intel/AMD 64-bit → [`qaclan-windows-amd64.exe`](https://github.com/qaclan/agent/releases/latest/download/qaclan-windows-amd64.exe)\n- ARM64 (Surface Pro X, Copilot+ PCs) → [`qaclan-windows-arm64.exe`](https://github.com/qaclan/agent/releases/latest/download/qaclan-windows-arm64.exe)\n\nOr grab the latest from the [releases page](https://github.com/qaclan/agent/releases/latest). After downloading, open **PowerShell** and run:\n\n```powershell\n.\\qaclan-windows-amd64.exe setup\n```\n\n`qaclan setup` (no flags) does the full bootstrap: copies the binary to `%USERPROFILE%\\.qaclan\\bin\\`, adds it to your user PATH, then provisions the runtime. Restart PowerShell after it finishes.\n\n\u003e **SmartScreen note:** Windows may warn that the binary is from an unknown publisher the first time you run it. Click **More info → Run anyway**, or unblock it with `Unblock-File .\\qaclan.exe` in PowerShell.\n\n**Direct binary download (any OS):**\n\nSkip the installer, download the binary, then run `qaclan setup` once. The binary self-bootstraps everything (PATH + runtime + Chromium). Re-run safe (idempotent).\n\n**Setup flags:**\n\n| Flag | Use |\n|---|---|\n| `qaclan setup` | full: move binary, add to PATH, install runtime + Chromium |\n| `qaclan setup --runtime-only` | runtime deps only (used by installers) |\n| `qaclan setup --path-only` | binary move + PATH only |\n| `qaclan setup --no-chromium` | skip Chromium download (CI / pre-staged browsers) |\n| `qaclan setup --force` | re-run all steps even if already initialized |\n| `qaclan reset-runtime` | wipe `~/.qaclan/runtime/` only (keeps DB, scripts, config) — re-run `setup --runtime-only` to rebuild |\n### 3. Log in and launch the web UI\n\n**Linux / macOS:**\n\n```bash\nqaclan login --key \u003cyour_auth_key\u003e \u0026\u0026 qaclan serve\n```\n\n**Windows (PowerShell):**\n\n```powershell\n.\\qaclan-windows-amd64.exe login --key \u003cyour_auth_key\u003e\n.\\qaclan-windows-amd64.exe serve\n```\n\n(Use `qaclan-windows-arm64.exe` on ARM64 devices.)\n\nThe browser opens at `http://localhost:7823` — start managing your Playwright tests locally.\n\n## Features\n\n- **Record tests** via Playwright codegen — no manual scripting needed\n- **Organize** scripts into projects, features, and suites\n- **Deterministic execution** — AI analyzes results, never touches test steps\n- **Web UI** dashboard at `localhost:7823` for managing everything visually\n- **Cloud sync** — best-effort sync to QAClan cloud for team insights\n- **Environment management** — inject variables into test runs\n- **Offline-capable** — everything works locally, cloud is optional\n\n## Data Storage\n\nAll data is stored locally in your home directory:\n\n- Linux / macOS: `~/.qaclan/`\n- Windows: `%USERPROFILE%\\.qaclan\\` (e.g. `C:\\Users\\\u003cyou\u003e\\.qaclan\\`)\n\n```\n.qaclan/\n├── bin/           \u003c- qaclan binary (added to PATH by `qaclan setup`)\n├── qaclan.db      \u003c- SQLite database\n├── scripts/       \u003c- Recorded/imported script files\n├── runs/          \u003c- Run artifacts (screenshots, JSON)\n├── runtime/       \u003c- Isolated Playwright runtime (Node deps + venv + Chromium)\n│   ├── package.json\n│   ├── node_modules/\n│   ├── venv/\n│   └── browsers/\n└── config.json    \u003c- Active project setting\n```\n\nCleanup:\n- `qaclan reset-runtime` — wipe just the runtime so `qaclan setup --runtime-only` can rebuild it (keeps DB, scripts, config, binary).\n- `qaclan uninstall` — wipe everything (binary, runtime, data).\n\n## Upgrading from older releases\n\nIf you previously installed QAClan with global `npm install -g playwright` / `pip install playwright`, run:\n\n```bash\nqaclan setup --runtime-only\n```\n\nThis provisions the new isolated runtime. Old globals are left alone (harmless). See [docs/migration-runtime.md](docs/migration-runtime.md) for full details.\n\n## Learn More\n\n- **Documentation:** [qaclan.com/docs](https://qaclan.com/docs)\n- **Cloud \u0026 Team Plans:** [qaclan.com](https://qaclan.com)\n\n## License\n\n[Business Source License 1.1](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqaclan%2Fagent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqaclan%2Fagent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqaclan%2Fagent/lists"}