Releases: Quality-Max/qmax-local-agent
Releases · Quality-Max/qmax-local-agent
v4.0.0
What's Changed
- feat: Add CLI subcommands for AI-native test operations (v4.0.0) by @Desperado in #3
Full Changelog: v3.0.0...v4.0.0
v3.0.0 — qmax: AI Crawl Discovery
What's New in v3.0.0
Binary: qmax
Clean, short CLI name. Config at ~/.qmax/config.json.
qmax login
qmax run --cloud-url https://app.qualitymax.io
qmax capture --url https://example.com --project-id ID --name "Auth"AI Crawl Discovery
Crawl sites behind firewalls, VPNs, and localhost with AI-powered discovery:
- Launches local Chrome via chromedp
- Captures DOM snapshots and sends to QualityMax for LLM navigation
- Executes actions (click, fill, select, combobox) and repeats
- QualityMax generates Playwright test code from the flow
QMAX_CRAWL_HEADED=true qmax run --cloud-url https://app.qualitymax.ioAlso
- All URLs migrated to qualitymax.io
- 230+ tests, 81% coverage, golangci-lint clean
- Bug fix: active test cleanup on early returns
Install
curl -fsSL https://raw.githubusercontent.com/Quality-Max/qamax-local-agent/main/install.sh | bashFull Changelog: v2.0.0...v3.0.0
What's Changed
- fix: Migrate domain from qamax.co to qualitymax.io by @Desperado in #1
- feat: Add agent-delegated discovery crawling by @Desperado in #2
New Contributors
- @Desperado made their first contribution in #1
Full Changelog: v2.0.1...v3.0.0
v2.0.1
Full Changelog: v2.0.0...v2.0.1
v2.0.0
qamax-agent v2.0.0
Cross-platform CLI for running QualityMax Playwright tests locally.
Subcommands
login— OAuth browser loginrun— Start agent daemon (poll for test assignments)capture— Capture browser auth cookies via CDPprojects— List projectsstatus— Show auth/agent statetoken— Print raw JWT to stdoutlogout— Remove credentials
Install
curl -fsSL https://raw.githubusercontent.com/Quality-Max/qamax-local-agent/main/install.sh | bashOr build from source:
git clone https://github.com/Quality-Max/qamax-local-agent.git
cd qamax-local-agent
make buildQuick Start
qamax-agent login
qamax-agent projects
qamax-agent run --cloud-url https://app.qamax.co