platformsh/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
Stale
License
None
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 test. NOT CURRENTLY IMPLEMENTED.no0.1
baseline_url_responseThe HTTP response status code we expect from the server for the baseline URL. Defaults to 200no200
test_url_responseThe HTTP response status code we expect from the server for the test URL. Defaults to 200no200
baseline_url_insecureShould we use the --insecure flag with curl when testing the baseline URL? Defaults to falsenofalse
test_url_insecureShould we use the --insecure flag with curl when testing the test URL? Defaults to falsenofalse
namedescription
resultsReports from VRT