Skip to content
@Quality-Max

Quality Max

AI-powered test automation platform. Generate, execute, and maintain E2E tests from a single URL.

QualityMax

AI-Powered Test Automation Platform

Generate, execute, and maintain end-to-end tests for web applications — from a single URL to full CI/CD integration.

Platform Documentation GitHub Action


What We Build

QualityMax crawls your web application, understands its structure, and generates production-ready Playwright test suites. Tests run in the cloud or on your own infrastructure, with self-healing capabilities that keep them working as your app evolves.

Core Capabilities

  • AI Test Generation — Point at a URL, get comprehensive E2E tests with assertions and page object models
  • Playwright Execution — Run tests in cloud browsers or locally via our agent, with video recording and screenshots
  • CI/CD Integration — GitHub Action that runs your test suite on every push or pull request
  • Self-Healing Tests — AI detects and fixes broken selectors automatically when your UI changes
  • Test Management — Organize test cases by project, track execution history, and manage test runs

Repositories

Repository Description
qualitymax Platform documentation and public issue tracker
qualitymax-github-action GitHub Action for running QualityMax tests in CI/CD pipelines
qualitymax-demo-playground Demo repository showing GitHub Action integration in practice
qamax-auth-cli CLI tool for capturing auth sessions used during AI crawling

Quick Start

Run tests in your CI/CD pipeline

# .github/workflows/e2e-tests.yml
name: E2E Tests
on: [push, pull_request]

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: Quality-Max/qualitymax-github-action@v1
        with:
          api-key: ${{ secrets.QUALITYMAX_API_KEY }}
          project-name: my-project

Try the platform

Visit app.qamax.co to get started.


Links

Popular repositories Loading

  1. qualitymax qualitymax Public

    AI-Powered Test Case Generation Platform - Enforce your web application with comprehensive test coverage using cutting-edge test generation abilities.

    4

  2. qamax-auth-cli qamax-auth-cli Public

    CLI tool to capture authentication sessions for QualityMax AI crawling

    JavaScript 3

  3. qualitymax-github-action qualitymax-github-action Public

    Run AI-powered E2E tests in your CI/CD pipeline with QualityMax

    TypeScript 3

  4. qmax-local-agent qmax-local-agent Public

    QualityMax Local Agent - Cross-platform CLI for running Playwright tests locally

    Go 3

  5. qamax-chatwoot qamax-chatwoot Public

    Forked from chatwoot/chatwoot

    Open-source live-chat, email support, omni-channel desk. An alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬

    Ruby 1

  6. qualitymax-demo-playground qualitymax-demo-playground Public

    Demo repository showcasing QualityMax GitHub Action integration for automated Playwright testing

    TypeScript 1

Repositories

Showing 9 of 9 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…