Skip to content

Experimental: A tiny pa11y dashboard without installing an extra server, report generation is done in GitHub actions.

License

Notifications You must be signed in to change notification settings

mandrasch/pa11y-pipeline-dashboard

Repository files navigation

pa11y pipeline dashboard

Run automated accessibility tests in GitHub actions, no extra server needed.

Powered by SvelteKit, pico.css, pa11y-ci and GitHub actions.

Experimental project inspired by https://github.com/pa11y/pa11y-dashboard.

Big kudos to the pa11y-team for providing these helpful tools as open source! 👏 👏 👏

Demo

Screenshot of dashboard, 3 sites with multiple errors

https://mandrasch.github.io/pa11y-pipeline-dashboard/

Generate reports

Go to GitHub actions » generate reports » start report generation with "run workflow".

Local installation

  • npm install
  • Test report generation: npx pa11y-ci
  • Develop frontend dashboard: npm run dev -- -- open

TODOs

  • axe + htmlcs will lead to duplicates? how to present this better? what is the default?
  • Update to WCAG 2.1 AA possible?
  • (npm ...) || true is suboptimal, but otherwise exit code 2 will be sent?
  • Use shiki for HTML syntax highlighting?

How was this created?

npm create svelte@latest .
npm install --save-dev pa11y-ci
npm i --save-dev prettier-plugin-svelte prettier
npm i --save-dev sass svelte-preprocess @sveltejs/adapter-static
npm i @picocss/pico

pa11y-ci config

See .pa11yci.

Troubleshooting

  • Timeout is important. If it is too short, pa11y-ci will fail without notice.

Resources


SvelteKit docs

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

About

Experimental: A tiny pa11y dashboard without installing an extra server, report generation is done in GitHub actions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published