{"id":20838412,"url":"https://github.com/reload/action-backstop","last_synced_at":"2026-04-22T15:34:40.198Z","repository":{"id":45031279,"uuid":"330976479","full_name":"reload/action-backstop","owner":"reload","description":"Action for running BackstopJS \"our way\"","archived":false,"fork":false,"pushed_at":"2022-01-13T11:43:41.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"v2","last_synced_at":"2025-12-26T05:56:18.458Z","etag":null,"topics":["actions","hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reload.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-19T12:43:18.000Z","updated_at":"2025-10-28T19:35:16.000Z","dependencies_parsed_at":"2022-07-25T23:30:43.582Z","dependency_job_id":null,"html_url":"https://github.com/reload/action-backstop","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/reload/action-backstop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reload%2Faction-backstop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reload%2Faction-backstop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reload%2Faction-backstop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reload%2Faction-backstop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reload","download_url":"https://codeload.github.com/reload/action-backstop/tar.gz/refs/heads/v2","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reload%2Faction-backstop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32143651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T15:33:03.595Z","status":"ssl_error","status_checked_at":"2026-04-22T15:30:42.712Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","hacktoberfest"],"created_at":"2024-11-18T01:10:12.800Z","updated_at":"2026-04-22T15:34:40.164Z","avatar_url":"https://github.com/reload.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# action-backstop\n\nGithub Action for running BackstopJS and store the report on\nbackstore.\n\nTLDR; Have a `backstop.json` in the root of the project, and ensure\nthat the secrets `DAIS_PLATFORMSH_ID`, `DAIS_PLATFORMSH_KEY` and\n`RELOAD_BACKSTORE_KEY` is properly set. The latter is automatically\nset for repositories in the `reload` organization and the former is\ndocumented in [Dais](RELOAD_BACKSTORE_KEY). Add the following\nworkflow to `.github/workflows/visual_test.yml`:\n\n``` yaml\non: pull_request\nname: Visual regression test\njobs:\n\n  visual_test:\n    name: BackstopJS visual test\n    if: '!github.event.deleted'\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v2\n\n    - uses: reload/action-backstop@v2\n      with:\n        action: reference\n        github_token: ${{ github.token }}\n\n    - uses: xendk/dais@main\n      with:\n        platform_id: ${{ secrets.DAIS_PLATFORMSH_ID }}\n        platform_key: ${{ secrets.DAIS_PLATFORMSH_KEY }}\n        files: backstop.json\n\n    - uses: reload/action-backstop@v2\n      with:\n        github_token: ${{ github.token }}\n        backstore_key: ${{ secrets.RELOAD_BACKSTORE_KEY }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freload%2Faction-backstop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freload%2Faction-backstop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freload%2Faction-backstop/lists"}