pattonwebz/Axe HTML Report
Render raw axe-core JSON results as a polished, self-contained HTML report you can download from a workflow artifact and open in any browser.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| results-file | Path to a JSON file of axe-core results — the output of axe-scan-action, or a raw array of axe result objects (e.g. from @axe-core/cli). | yes | — |
| output-file | Path to write the HTML report to. | no | axe-report.html |
| title | Report title shown in the page header and browser tab. | no | Accessibility report |
Outputs
| name | description |
|---|---|
| report-file | Path to the generated HTML report (upload it with actions/upload-artifact). |
| total-violations | Total number of violations (counted per affected element) across all URLs. |