{"id":22514765,"url":"https://github.com/cityssm/lighthouse-scans","last_synced_at":"2025-08-03T16:31:15.102Z","repository":{"id":36969190,"uuid":"324167642","full_name":"cityssm/lighthouse-scans","owner":"cityssm","description":"A script to scan the City's websites for performance, accessibility, and best practice issues.","archived":false,"fork":false,"pushed_at":"2024-05-06T06:34:01.000Z","size":836,"stargazers_count":3,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-06T07:38:12.715Z","etag":null,"topics":["accessibility","accessibility-testing","performance-monitoring"],"latest_commit_sha":null,"homepage":"https://cityssm.github.io/lighthouse-scans/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cityssm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-24T13:55:24.000Z","updated_at":"2024-02-06T19:00:22.000Z","dependencies_parsed_at":"2024-04-22T07:29:14.290Z","dependency_job_id":"1050d5b0-6a9b-46fe-af83-0236ca8598d7","html_url":"https://github.com/cityssm/lighthouse-scans","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cityssm%2Flighthouse-scans","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cityssm%2Flighthouse-scans/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cityssm%2Flighthouse-scans/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cityssm%2Flighthouse-scans/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cityssm","download_url":"https://codeload.github.com/cityssm/lighthouse-scans/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228553794,"owners_count":17936041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["accessibility","accessibility-testing","performance-monitoring"],"created_at":"2024-12-07T03:21:36.414Z","updated_at":"2024-12-07T03:21:36.862Z","avatar_url":"https://github.com/cityssm.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# City of Sault Ste. Marie Lighthouse Scans\n\nA script to scan the City's websites for performance, accessibility, and best practice issues.\n\nUses [lighthouse-ci](https://github.com/GoogleChrome/lighthouse-ci)\nto regularly audit websites that the City of Sault Ste. Marie is responsible for.\n\n## Run It Locally\n\n```bash\nnpm install\nnpm install -g @lhci/cli npm-run-all\nnpm test\n```\n\nIndividual website tests and website groups can be run as well.\nSee the `scripts` section of the [package.json](package.json) file.\n\n## Current Test Criteria\n\n| Test Category                    | Minimum Score |\n| -------------------------------- | ------------- |\n| Accessibility                    | 95%           |\n| Best Practices                   | 60%           |\n| Search Engine Optimization (SEO) | 50%           |\n| Performance                      | 40%           |\n\nAs we improve our websites, the success criteria will increase.\n\n## Latest Scan Results\n\nNote that websites marked as \"failing\" are not down. We are just striving to improve them.\n\nThanks [Shields.io](https://shields.io/) for the badges used to make the table below.\n\n| Website /Test                                                                                                                                                                                                             | Latest Results                                                                                                                                                                                                                                                                         |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| [SaultSteMarie.ca](https://saultstemarie.ca/)\u003cbr /\u003e`npm run test:website:saultstemarie`                                                                                                                                   | [![SaultSteMarie.ca](https://img.shields.io/github/actions/workflow/status/cityssm/lighthouse-scans/saultstemarieCA-ci.yml?label=lighthouse\u0026style=for-the-badge)](https://github.com/cityssm/lighthouse-scans/actions?query=workflow%3ASaultSteMarie.ca)                               |\n| [GFLGardens.ca](http://gflgardens.ca/)\u003cbr /\u003e`npm run test:website:gflgardens`                                                                                                                                             | [![GFLGardens.ca](https://img.shields.io/github/actions/workflow/status/cityssm/lighthouse-scans/gflgardensCA-ci.yml?label=lighthouse\u0026style=for-the-badge)](https://github.com/cityssm/lighthouse-scans/actions?query=workflow%3AGFLGardens.ca)                                        |\n| [ArtsAndCultureSSM.ca](https://artsandculturessm.ca/)\u003cbr /\u003e`npm run test:website:artsandculturessm`                                                                                                                       | [![ArtsAndCultureSSM.ca](https://img.shields.io/github/actions/workflow/status/cityssm/lighthouse-scans/artsandculturessmCA-ci.yml?label=lighthouse\u0026style=for-the-badge)](https://github.com/cityssm/lighthouse-scans/actions?query=workflow%3AArtsAndCultureSSM.ca)                      |\n| [WelcomeToSSM.com](https://welcometossm.com/)\u003cbr /\u003e`npm run test:website:welcometossm`                                                                                                                                    | [![WelcomeToSSM.com](https://img.shields.io/github/actions/workflow/status/cityssm/lighthouse-scans/welcometossmCOM-ci.yml?label=lighthouse\u0026style=for-the-badge)](https://github.com/cityssm/lighthouse-scans/actions?query=workflow%3AWelcomeToSSM.com)                               |\n| [FutureSSM.com](https://futuressm.com/)\u003cbr /\u003e`npm run test:website:futuressm`                                                                                                                                             | [![FutureSSM.com](https://img.shields.io/github/actions/workflow/status/cityssm/lighthouse-scans/futuressmCOM-ci.yml?label=lighthouse\u0026style=for-the-badge)](https://github.com/cityssm/lighthouse-scans/actions?query=workflow%3AFutureSSM.com)                                        |\n| [SaultTourism.com](https://saulttourism.com/)\u003cbr /\u003e`npm run test:website:saulttourism`                                                                                                                                    | [![SaultTourism.com](https://img.shields.io/github/actions/workflow/status/cityssm/lighthouse-scans/saulttourismCOM-ci.yml?label=lighthouse\u0026style=for-the-badge)](https://github.com/cityssm/lighthouse-scans/actions?query=workflow%3ASaultTourism.com)                               |\n| [Sault Ste. Marie Building Permit Services](https://apps.saultstemarie.ca/cityapps/index.asp)\u003cbr /\u003e`npm run test:eservices:apps-cityapps`                                                                                 | [![apps.saultstemarie.ca-cityapps](https://img.shields.io/github/actions/workflow/status/cityssm/lighthouse-scans/apps-cityapps-ci.yml?label=lighthouse\u0026style=for-the-badge)](https://github.com/cityssm/lighthouse-scans/actions?query=workflow%3Aapps.saultstemarie.ca-cityapps)     |\n| [Document Requesting Service](https://apps.saultstemarie.ca/cityapps/shop)\u003cbr /\u003e`npm run test:eservices:apps-shop`                                                                                                        | [![apps.saultstemarie.ca-shop](https://img.shields.io/github/actions/workflow/status/cityssm/lighthouse-scans/apps-shop-ci.yml?label=lighthouse\u0026style=for-the-badge)](https://github.com/cityssm/lighthouse-scans/actions?query=workflow%3Aapps.saultstemarie.ca-shop)                 |\n| [Third Party - Active Communities](https://ca.apm.activecommunities.com/saultstemarie/Home)\u003cbr /\u003e`npm run test:thirdparty:activecommunities`                                                                              | [![ThirdParty-ActiveCommunities](https://img.shields.io/github/actions/workflow/status/cityssm/lighthouse-scans/3rd-activecommunities-ci.yml?label=lighthouse\u0026style=for-the-badge)](https://github.com/cityssm/lighthouse-scans/actions?query=workflow%3AThirdParty-ActiveCommunities) |\n| [Third Party - Arena Ticket Sales](https://gflgardens.evenue.net/cgi-bin/ncommerce3/SEGetGroupList?groupCode=SC\u0026linkID=global-steelback\u0026shopperContext=\u0026caller=\u0026appCode=)\u003cbr /\u003e`npm run test:thirdparty:arenaTicketSales` | [![ThirdParty-ArenaTicketSales](https://img.shields.io/github/actions/workflow/status/cityssm/lighthouse-scans/3rd-arenaTicketSales-ci.yml?label=lighthouse\u0026style=for-the-badge)](https://github.com/cityssm/lighthouse-scans/actions?query=workflow%3AThirdParty-ArenaTicketSales)    |\n| Third Party - Clear Risk Forms\u003cbr /\u003e`npm run test:thirdparty:clearrisk`                                                                                                                                                   | [![ThirdParty-ClearRisk](https://img.shields.io/github/actions/workflow/status/cityssm/lighthouse-scans/3rd-clearrisk-ci.yml?label=lighthouse\u0026style=for-the-badge)](https://github.com/cityssm/lighthouse-scans/actions?query=workflow%3AThirdParty-ClearRisk)                         |\n| [Third Party - Virtual City Hall](https://myfinance.saultstemarie.ca/vch/)\u003cbr /\u003e`npm run test:thirdparty:virtualcityhall`                                                                                                 | [![ThirdParty-VCH](https://img.shields.io/github/actions/workflow/status/cityssm/lighthouse-scans/3rd-virtualcityhall-ci.yml?label=lighthouse\u0026style=for-the-badge)](https://github.com/cityssm/lighthouse-scans/actions?query=workflow%3AThirdParty-VCH)                               |\n| [cityssm.github.io](https://cityssm.github.io/)\u003cbr /\u003e`npm run test:other:cityssmGithub`                                                                                                                                   | [![cityssm.github.io](https://img.shields.io/github/actions/workflow/status/cityssm/lighthouse-scans/cityssmGithubIO-ci.yml?label=lighthouse\u0026style=for-the-badge)](https://github.com/cityssm/lighthouse-scans/actions?query=workflow%3Acityssm.github.io)                             |\n| [CWASSM.ca](https://cwassm.ca/)\u003cbr /\u003e`npm run test:other:cwassm`                                                                                                                                                          | [![CWASSM.ca](https://img.shields.io/github/actions/workflow/status/cityssm/lighthouse-scans/cwassmCA-ci.yml?label=lighthouse\u0026style=for-the-badge)](https://github.com/cityssm/lighthouse-scans/actions?query=workflow%3ACWASSM.ca)                                                    |\n| [SaultNetwork.ca](https://saultnetwork.ca/)\u003cbr /\u003e`npm run test:other:saultnetwork`                                                                                                                                        | [![SaultNetwork.ca](https://img.shields.io/github/actions/workflow/status/cityssm/lighthouse-scans/saultnetworkCA-ci.yml?label=lighthouse\u0026style=for-the-badge)](https://github.com/cityssm/lighthouse-scans/actions?query=workflow%3ASaultNetwork.ca)                                  |\n| [SaultTogether.ca](https://www.saulttogether.ca/)\u003cbr /\u003e`npm run test:other:saulttogether`                                                                                                                                 | [![SaultTogether.ca](https://img.shields.io/github/actions/workflow/status/cityssm/lighthouse-scans/saulttogetherCA-ci.yml?label=lighthouse\u0026style=for-the-badge)](https://github.com/cityssm/lighthouse-scans/actions?query=workflow%3ASaultTogether.ca)                               |\n| [ShapeTheSault.ca](https://shapethesault.ca/)\u003cbr /\u003e`npm run test:other:shapethesault`                                                                                                                                     | [![ShapeTheSault.ca](https://img.shields.io/github/actions/workflow/status/cityssm/lighthouse-scans/shapethesaultCA-ci.yml?label=lighthouse\u0026style=for-the-badge)](https://github.com/cityssm/lighthouse-scans/actions?query=workflow%3AShapeTheSault.ca)                               |\n\n## Links\n\n- [City of Sault Ste. Marie Website Auditing Resources](https://cityssm.github.io/website-auditing/)\n- [SaultSteMarie.ca Upptime](https://cityssm.github.io/upptime/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcityssm%2Flighthouse-scans","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcityssm%2Flighthouse-scans","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcityssm%2Flighthouse-scans/lists"}