A11y Report Runner

A11y Report Runner

A11y Report Runner project cover

Tech Stack

JS (ESM), axe-core, Playwright

An accessibility scan script powered by Playwright and axe-core

This is my first accessibility tool. I wrote it specifically for my portfolio site, but I figured it could be useful to others. It uses axe-core and Playwright to render both a report in JSON and as an HTML document that can be viewed in the browser.

I'm using React/Next and Tailwind CSS for my portfolio, so there are some nuances for that environment that I didn't include in the initial upload.

While simple, this tool allows developers to see more granular issues that may not appear in free auditing browser extensions.