{"id":15012222,"url":"https://github.com/microsoft/axe-pipelines-samples","last_synced_at":"2025-04-04T12:09:21.008Z","repository":{"id":38752547,"uuid":"185286458","full_name":"microsoft/axe-pipelines-samples","owner":"microsoft","description":"Samples that demonstrate running axe accessibility scans from Azure Pipelines","archived":false,"fork":false,"pushed_at":"2025-03-28T05:31:54.000Z","size":7606,"stargazers_count":106,"open_issues_count":4,"forks_count":67,"subscribers_count":19,"default_branch":"main","last_synced_at":"2025-03-30T21:37:38.523Z","etag":null,"topics":["accessibility-insights","automated-testing","hacktoberfest"],"latest_commit_sha":null,"homepage":"","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/microsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-06T23:33:53.000Z","updated_at":"2025-03-28T05:31:50.000Z","dependencies_parsed_at":"2022-07-13T19:30:30.893Z","dependency_job_id":"3e9713be-528f-4520-b501-ca1fe514511a","html_url":"https://github.com/microsoft/axe-pipelines-samples","commit_stats":{"total_commits":1209,"total_committers":27,"mean_commits":44.77777777777778,"dds":0.4110835401157982,"last_synced_commit":"73b5359f2591591a32fe80c40e9e00e16322be83"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Faxe-pipelines-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Faxe-pipelines-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Faxe-pipelines-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Faxe-pipelines-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/axe-pipelines-samples/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247174454,"owners_count":20896078,"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-insights","automated-testing","hacktoberfest"],"created_at":"2024-09-24T19:42:16.903Z","updated_at":"2025-04-04T12:09:20.984Z","avatar_url":"https://github.com/microsoft.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Axe + Azure Pipelines: Automate accessibility testing in your CI builds\r\n\r\nWatch a [short intro video](https://www.youtube.com/watch?v=SarmnCULt8M) to get started with automated accessibility tests in Azure pipelines. Please note that these samples are applicable to web projects that have UI automation tests. Benefits include,\r\n\r\n- Automated accessibility tests run during Continuous Integration and Pull Request builds, ensuring that all code changes are free of common easily-detected accessibility issues before they go to production\r\n- Builds can be configured to fail based on the results of the automated accessibility tests, preventing both new accessibility bugs and regressions\r\n- Failure details and _how to fix_ information can be viewed in Azure DevOps under Builds, making it quick and easy to investigate and resolve the accessibility issues\r\n\r\nThis repository contains sample projects (see next section [Available samples](#available-samples)) demonstrating how to implement automated accessibility testing in [Azure Pipelines](https://azure.microsoft.com/en-us/services/devops/pipelines/) builds using [axe-core](https://github.com/dequelabs/axe-core), the same accessibility scanning engine used in [Accessibility Insights for Web](https://accessibilityinsights.io/docs/en/web/overview), and [Axe.Windows](https://github.com/microsoft/axe-windows), the same accessibility scanning engine used in [Accessibility Insights for Windows](https://accessibilityinsights.io/docs/en/windows/overview/).\r\n\r\n## Available samples\r\n\r\nThe following sample projects specify the main technologies used. A team that uses comparable tools and frameworks should be able to refer to the sample and update their existing tests to incorporate automated accessibility checks.\r\n\r\n- **[Sample 1: typescript-playwright-sample](./typescript-playwright-sample)**:\r\n\r\n  - Useful for teams using Playwright and TypeScript/JavaScript.\r\n\r\n- **[Sample 2: typescript-selenium-webdriver-sample](./typescript-selenium-webdriver-sample)**:\r\n\r\n  - Useful for teams using Selenium and TypeScript/JavaScript.\r\n\r\n- **[Sample 3: CSharpSeleniumWebdriverSample](./csharp-selenium-webdriver-sample)**:\r\n\r\n  - Useful for teams using Selenium and C#.\r\n\r\n## Other Resources\r\n\r\nThe following may be helpful as an example of how our accessibility scanning tools have been used where the product is not based on HTML:\r\n\r\n- **[WindowsAppResources](./windows-app-resources)**:\r\n\r\n  - Useful for teams developing non-browser-based Windows applications. These applications can use any language or framework.\r\n\r\n## Requests\r\n\r\n_Are we missing a sample or resource you'd like to see? [File a sample request](https://github.com/microsoft/axe-pipelines-samples/issues/new?assignees=\u0026labels=sample_request\u0026template=feature_request.md\u0026title=Sample+Request%3A+%3Csample+name+here%3E) or [submit a pull request](./CONTRIBUTING.md)!_\r\n\r\n## Disclaimer\r\n\r\nAutomated accessibility tests can detect some common accessibility problems such as missing or invalid properties. But most accessibility problems can only be discovered through manual testing. We recommend **both** automated testing, to continuously protect against simple types of issues, and regular manual assessments with [Accessibility Insights for Web](https://accessibilityinsights.io/docs/en/web/overview), a free and open source dev tool that walks you through assessing a website for [WCAG 2.1 AA](https://www.w3.org/WAI/WCAG21/quickref/?currentsidebar=%23col_customize\u0026levels=aaa) coverage.\r\n\r\n## Contributing\r\n\r\nThis project welcomes contributions and suggestions. Most contributions require you to agree to a\r\nContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\r\nthe rights to use your contribution. For details, visit https://cla.microsoft.com.\r\n\r\nWhen you submit a pull request, a CLA-bot will automatically determine whether you need to provide\r\na CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions\r\nprovided by the bot. You will only need to do this once across all repos using our CLA.\r\n\r\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\r\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\r\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Faxe-pipelines-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoft%2Faxe-pipelines-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Faxe-pipelines-samples/lists"}