Skip to content

Releases: Quality-Max/qualitymax-github-action

v1.1.0 - Project Name & Auto-Detection

01 Feb 20:43

Choose a tag to compare

What's New

Project Name Input

You can now identify your project by name instead of ID:

- uses: Quality-Max/qualitymax-github-action@v1
  with:
    api-key: ${{ secrets.QUALITYMAX_API_KEY }}
    project-name: 'My Web App'

Auto-Detection from Repository

Omit both project-id and project-name — the action auto-detects the project from your linked GitHub repository.

Resolution Order

project-idproject-name → auto-detect from repository

Other Changes

  • project-id is now optional (was required)
  • Improved README with badges, permissions section, and troubleshooting
  • Updated API client with getProjects() and resolveProject() methods

v1.0.0 - Initial Release

27 Jan 23:27

Choose a tag to compare

QualityMax GitHub Action v1.0.0

Run AI-powered E2E tests in your CI/CD pipeline with QualityMax. Zero configuration, instant results.

Features

  • 🚀 Zero Configuration - Just add your API key and project ID
  • 🤖 AI-Powered - Tests are generated and maintained by AI
  • 📊 PR Comments - Automatic test result summaries on pull requests
  • Fast Feedback - Results in minutes, not hours
  • 🔄 Auto-Retry - Flaky test detection and automatic retries
  • 📹 Artifacts - Screenshots and videos for failed tests

Quick Start

- uses: Quality-Max/qualitymax-github-action@v1
  with:
    api-key: ${{ secrets.QUALITYMAX_API_KEY }}
    project-id: 'your-project-id'
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Documentation

See the README for full documentation and examples.