gilzow/Visual Regression Testing with Backstop.js

Runs visual regression testing with backstop.js between a production site and PR version of a site

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 20, 2023
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: gilzow/gha-vrt@69e79ee3b272ac7e433e9f73114979dea335ffd0 # no releases — HEAD as of 2026-07-11

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

namedescriptionrequireddefault
baseline_urlThe production Url of the site you want to use as the baseline.yes
test_urlThe URL of the PR site we want to test against the baselineyes
report_resultsDo you want this activity to report the results back to the calling workflow (true) or pass/fail directly (false)? Default is false.nofalse
paths_locationPath to the template-paths.js file. Default is ./.github/tests/vrt/ from the template's repo root./.github/tests/vrt/
thresholdPercentage of different pixels allowed to pass testno0.1
namedescription
resultsReports from VRT