Add small description of what this test is.
It test accessibility on the specified url. Please note that automated accessibility test generally only find 20-30% of all errors. Even if this test is not finding anything you should still do a manuall check once in a while.
We are rating the url based on:
- If Pa11y finds 0 errors you get 5.0 in rating
- If Pa11y finds just 1 error you get 4.0 in rating
- If Pa11y finds 2-3 errors you get 3.0 in rating
- If Pa11y finds 4-7 errors you get 2.0 in rating
- Else you will get 1.0 in rating
This section has not been written yet.
- Fork this repository
Read more on the general page for github actions.
- Follow general local setup steps for this repository
- Download and install Node.js
- Install Pa11y CI npm package (
npm install -g pa11y-ci
)
No frequently asked questions yet :)