nipunrajk/FastFix Website Auditor
Runs comprehensive website quality audits (Performance, Accessibility, SEO, Best Practices) in your CI pipeline.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | The target web page URL to analyze. | yes | — |
| include-ai | Enables AI analysis. (default: false) | no | false |
| include-axe | Run Axe-Core accessibility testing. (default: true) | no | true |
| include-pa11y | Run Pa11y accessibility testing. (default: true) | no | true |
| include-keyboard | Run Puppeteer keyboard accessibility testing. (default: true) | no | true |
| fail-on-perf | Exits with error if Performance score is below this threshold (0-100). | no | 0 |
| fail-on-a11y | Exits with error if Accessibility score is below this threshold (0-100). | no | 0 |
| fail-on-best-practices | Exits with error if Best Practices score is below this threshold (0-100). | no | 0 |
| fail-on-seo | Exits with error if SEO score is below this threshold (0-100). | no | 0 |
| output-path | The file path to save the detailed JSON audit report. | no | "" |
Outputs
no outputs