jaspero/QualiBot Visual Testing

Automated visual testing for pull requests. Triggers QualiBot to discover and test UI changes.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api-keyQualiBot API keyyes
org-idQualiBot organization IDyes
project-idQualiBot project IDyes
target-urlURL to test (e.g. preview deployment URL)yes
wait-for-resultsWait for test results before completing (true/false)notrue
timeoutMaximum time in seconds to wait for resultsno1800
poll-intervalSeconds between status checksno30
fail-on-criticalFail the action if critical issues are found (true/false)notrue
comment-on-prPost a summary comment on the PR (true/false)notrue
github-tokenGitHub token for posting PR comments (defaults to GITHUB_TOKEN)no${{ github.token }}
browsersComma-separated list of browsers to test in (chrome, firefox, safari)nochrome
viewportsComma-separated viewport dimensions as WIDTHxHEIGHT (e.g. 1920x1080,768x1024,375x812)no1920x1080
scopeTest scope: pr-changes (focus on PR diff) or full-page (general visual test)nopr-changes
test-typesComma-separated list of test categories to run: visual, interaction, accessibility, responsive, performance. Default runs all.no""
exclude-testsComma-separated list of test categories to exclude: visual, interaction, accessibility, responsive, performanceno""
namedescription
test-idThe QualiBot PR test ID
statusFinal test status (completed, failed, timeout)
resultTest result (passed, failed, issues_found)
total-issuesTotal number of issues found
critical-issuesNumber of critical issues found
dashboard-urlURL to the test results in QualiBot dashboard