ravidsrk/Frontguard Visual Regression

AI-powered frontend visual regression testing. Detect, understand, and fix visual bugs before production.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 30, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: ravidsrk/frontguard@35843ec50515cc27d4ff6b3d97b91203d4d3e023 # v0.1.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
urlBase URL to test. Auto-detects Vercel/Netlify preview URLs if not set.no
routesComma-separated routes to test (optional — auto-discovers if not set)no
viewportsComma-separated viewport widths (default: 375,768,1440)no375,768,1440
browsersComma-separated browsers: chromium,firefox,webkit (default: chromium)nochromium
thresholdPixel diff threshold percentage (default: 0.1)no0.1
configPath to frontguard.config.tsno
ai-providerAI provider: openai or anthropicno
ai-modelAI model name (e.g., gpt-4o, claude-3-5-sonnet-20241022)no
update-baselinesAccept current screenshots as new baselinesnofalse
github-tokenGitHub token for PR comments (defaults to github.token)no${{ github.token }}
namedescription
resultJSON result of the visual regression test run
regressionsNumber of regressions found
statuspass, fail, or error