a11ywatch/Web Accessibility Evaluation
Fast and feature-packed web accessibility testing.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Feb 7, 2025
- License
- MIT
Pinned Snippet
uses: a11ywatch/github-actions@d61a01aad49cc54db0a669cc61b7e85f08994162 # v2.1.10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| WEBSITE_URL | Website domain to scan | yes | — |
| FIX | Attempt to apply recommendations to code. | no | false |
| EXTERNAL | Use the A11yWatch external API. | no | false |
| SITE_WIDE | Perform a site-wide scan. | no | false |
| SITEMAP | Extend crawl with sitemap links. | no | false |
| SUBDOMAINS | Include all subdomains. | no | false |
| TLD | Include all TLD extensions. | no | false |
| RECORD | Enable video recording audits to a directory location. | no | false |
| FAIL_TOTAL_COUNT | Use to fail the CI if the amount of issues of type errors and warnings is greater than the count. | no | 0 |
| FAIL_ERRORS_COUNT | Use to fail the CI if the amount of issues of type errors is greater than the count. | no | 0 |
| FAIL_WARNINGS_COUNT | Use to fail the CI if the amount of issues of type warnings is greater than the count. | no | 0 |
| DISABLE_PR_STATS | Disable the bot from posting on your PR. | no | false |
| TOKEN | The github token to use for posting comments. | no | "" |
| LIST | Report the output to github as a pass or fail list. | no | false |
| A11YWATCH_TOKEN | The A11yWatch token to authenticate to the API. | no | "" |
| COMPUTER_VISION_ENDPOINT | The Computer Vision endpoint to use for advanced AI. | no | "" |
| COMPUTER_VISION_SUBSCRIPTION_KEY | The Computer Vision subscription key to use for advanced AI. | no | "" |
| SLIM | Use a gRPC client to gather issues. | no | true |
| UPGRADE | Upgrade the CLI to latest across runs. | no | false |
| UPLOAD | Upload the audit as an artifact. | no | false |
Outputs
| name | description |
|---|---|
| results | Website Results |
| issues | The amount of issues found on the page |