amykapernick/A11y Testing
Run accessibility tests on a provided URL and spit out the info
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 28, 2022
- License
- None
Pinned Snippet
uses: amykapernick/a11y_test_action@20e927613b10b39e2b8410588db2a606e7e7f390 # v0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Live URL of site to test | yes | https://mysite.com |
| pages | List of pages to test | no | ['/', '/about', '/contact'] |
| sitemap | Sitemap of pages to test | no | — |
Outputs
| name | description |
|---|---|
| results | Results from pa11y tests |