dev.luanti.org/a11y
Mark Wiemer 8b5abbb581
Some checks are pending
Build with Hugo / build (push) Waiting to run
Deploy Hugo site to Pages / build (push) Waiting to run
Deploy Hugo site to Pages / deploy (push) Blocked by required conditions
Improve DX, add failing a11y tests (#142)
* Add a11y test (failing)

* Test on local build, document scripts, sort package.json

* Update dev guide

* Use local hugo to build site

* Fixup CI pipeline

* Document local vs global Hugo, role of Node

* Use hugo-bin instead of hugo-extended

* Update readme

* Revert "Update readme"

This reverts commit f368bcbb9c.

* Revert "Use hugo-bin instead of hugo-extended"

This reverts commit 618d49d3ca.
2025-01-20 12:40:05 -05:00
..
a11y.test.ts Improve DX, add failing a11y tests (#142) 2025-01-20 12:40:05 -05:00
readme.md Improve DX, add failing a11y tests (#142) 2025-01-20 12:40:05 -05:00

Accessibility (a11y)

This folder contains test files to help us review the accessibility of the site. We use Playwright and axe for this. Learn more at Accessibility testing | Playwright.