Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

12 Commits

Repository files navigation

QualityMax

QualityMax

AI-Native Test Automation Platform

Generate, execute, and self-heal tests for Go, Rust, Python, and Playwright — across your entire CI/CD pipeline.

WebsiteAppLinkedInBuy Me a Coffee


What is QualityMax?

QualityMax is the AI QA engineer for your team. Install the GitHub App, and on every pull request:

  • AI reviews your code — Claude Haiku analyzes the diff, flags security issues, posts inline annotations
  • Runs your tests — clones your repo, executes go test / cargo test / pytest on our cloud, reports pass/fail
  • Runs AI-generated tests — tests that QualityMax created from analyzing your codebase run alongside yours
  • Reports results as a GitHub check — directly on the PR

Zero config. No YAML. No GitHub Actions minutes consumed.

How It Works

Install GitHub App -> Link repo -> Every PR gets:
Gate Alpha -- AI code review + SAST security scan
Gate Gamma -- Run your repo's own test suite
Gate Delta -- Run AI-generated tests
Results posted as GitHub check + PR comment

Key Features

FeatureDescription
Multi-Language TestingGo (go test), Rust (cargo test), Python (pytest), Playwright (browser E2E)
AI Test GenerationAnalyze your repo, identify test gaps, generate test cases and scripts
CI/CD PipelineAI review + repo tests + AI tests on every PR
Cloud ExecutionRun tests on QualityMax infrastructure
Self-Healing TestsBroken Playwright tests auto-fix when selectors change
10 App TypesCLI tools, TUI agents, libraries, mobile apps, browser extensions
MCP IntegrationWorks with Claude Code and qmax-code as an AI agent tool
GitHub and GitLabFull support for both platforms

Quick Start

Option 1: GitHub App (recommended)

  1. Install the QualityMax GitHub App on your repo
  2. Import the repo at app.qualitymax.io
  3. Deep scan runs automatically, test areas identified, review and approve
  4. Tests generated and run on every future PR

Option 2: CLI Agent

# Install qmax-code (Go TUI agent)
brew install qualitymax/tap/qmax-code

Or add QualityMax QA tools to Claude Code by placing a .mcp.json in your project root:

{
"mcpServers": {
"qmax": {
"command": "npx",
"args": ["-y", "@qualitymax/qmax-mcp"]
}
}
}

Pipeline Architecture

PR Opened
Gate Alpha: AI Code Review + SAST (~17s)
Gate Gamma: Clone and Run Repo Tests (~30-60s)
Gate Delta: Run AI-Generated Tests (~30s)
Gate Beta: E2E Tests Against Preview Deploy (web apps only)

Supported Languages

LanguageTest CommandCloud ExecutionCI/CD Pipeline
Gogo test -json ./...YesYes
Rustcargo testYesYes
PythonpytestYesYes
Playwrightnpx playwright testYesYes

Security

  • Tests run in isolated environments with secrets-free env whitelist
  • Resource limits (4GB memory, 1024 processes) prevent abuse
  • GitHub App tokens scrubbed from all logs and error messages
  • Input validation on all webhook payloads

Contact

contact@qualitymax.io · LinkedIn · Discord · Website · Issues

License

Proprietary — Copyright 2025-2026 QualityMax. All rights reserved.
See LICENSE for details.


Built in Berlin | Copyright 2025-2026 QualityMax. All rights reserved.

About

QualityMax — AI-native test automation platform. Generates, executes, and self-heals tests for Go, Rust, Python, and Playwright across your CI/CD pipeline.

Topics

Resources

Contributing

Security policy

Stars

6 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Contributors