quality-max/QualityMax Test Runner

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

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api-keyQualityMax API key (get it from app.qualitymax.io/settings/api)yes
project-idQualityMax project ID (optional if project-name provided or repo auto-detected)no
project-nameQualityMax project name (alternative to project-id)no
test-suiteTest suite to run: all, smoke, regression, or customnoall
test-idsComma-separated list of specific test IDs to run (for custom suite)no
base-urlBase URL to test against (overrides project default)no
browserBrowser to use: chromium, firefox, or webkitnochromium
headlessRun tests in headless modenotrue
timeout-minutesMaximum execution time in minutesno30
fail-on-test-failureFail the workflow if any tests failnotrue
post-pr-commentPost test results as a PR commentnotrue
modeAction mode: run (default) or seed (bootstrap tests via AI discovery)norun
auto-discoverAuto-discover test scenarios in seed modenotrue
max-seed-testsMaximum number of tests to generate in seed mode (1-10)no3
seed-descriptionsNewline-separated test descriptions for seed mode (overrides auto-discover)no
shardMatrix shard index (1-based). Use with shards-total to split tests across parallel jobs. Example: shard=2, shards-total=4 runs the second quarter.no
shards-totalTotal number of shards. Required when shard is set. Ignored otherwise.no
namedescription
execution-idUnique execution ID for this test run
statusFinal status: passed, failed, cancelled, timeout
total-testsTotal number of tests run
passed-testsNumber of tests that passed
failed-testsNumber of tests that failed
duration-secondsTotal execution time in seconds
report-urlURL to the full test report
summary-markdownPre-formatted markdown summary for PR comments
tests-createdNumber of tests created in seed mode
tests-skippedNumber of tests skipped in seed mode (already existed)
seed-messageSummary message from seed operation