Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: Quality-Max/qmax-local-agent

v4.0.0

20 Mar 20:20
@github-actions github-actions
93b335b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

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

Contributors

Desperado
Assets 6
Loading

v3.0.0 — qmax: AI Crawl Discovery

14 Mar 22:53
@Desperado Desperado

Choose a tag to compare

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.io

Also

  • 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 | bash

Full 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

Full Changelog: v2.0.1...v3.0.0

Contributors

Desperado
Loading

v2.0.1

03 Feb 21:16
@github-actions github-actions

Choose a tag to compare

Full Changelog: v2.0.0...v2.0.1

Loading

v2.0.0

03 Feb 21:03
@Desperado Desperado

Choose a tag to compare

qamax-agent v2.0.0

Cross-platform CLI for running QualityMax Playwright tests locally.

Subcommands

  • login — OAuth browser login
  • run — Start agent daemon (poll for test assignments)
  • capture — Capture browser auth cookies via CDP
  • projects — List projects
  • status — Show auth/agent state
  • token — Print raw JWT to stdout
  • logout — Remove credentials

Install

curl -fsSL https://raw.githubusercontent.com/Quality-Max/qamax-local-agent/main/install.sh | bash

Or build from source:

git clone https://github.com/Quality-Max/qamax-local-agent.git
cd qamax-local-agent
make build

Quick Start

qamax-agent login
qamax-agent projects
qamax-agent run --cloud-url https://app.qamax.co
Loading

AltStyle によって変換されたページ (->オリジナル) /