double-great/accessibility-scan-action
Scan a website for accessibility issues using axe-core rules engine and Accessibility Insights.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | The URL to start scanning. | yes | — |
| maxUrls | The number of URLs to scan. | — | 100 |
| baselineFile | File path to baseline file. | — | — |
| outDir | The output directory to save the accessibility report. | — | _accessibility-reports |
| inputUrls | Additional URLs to scan, separated by a comma. | — | — |
| snapshot | Take a screenshot of each page scanned. | — | false |
Outputs
| name | description |
|---|---|
| summary-report | The summary report of the scan in markdown format. |