pa11y / pa11y-ci

Pa11y CI is a CI-centric accessibility test runner, built using Pa11y
https://pa11y.org
GNU Lesser General Public License v3.0
519 stars 63 forks source link

Local site runner as part of the API #245

Open lanesawyer opened 1 month ago

lanesawyer commented 1 month ago

Hi there, I have found this article but not much else on how people are running pa11y in a GitHub Actions-like environment. We're using Node, not Ruby, so that particular article isn't too useful.

It would be super nice if pa11y-ci had a server runner capability, since it's a very common need that would simplify adoption and integration into runners like GitHub Action. Playwright, for example, makes it super easy to test against a local web server.