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

Replace chalk with kleur #121

Closed aarongoldenthal closed 2 years ago

aarongoldenthal commented 4 years ago

This PR replaces chalk with kleur (#109), chosen for consistency with pa11y-reporter-cli. It also leverages pa11y-reporter-cli for detailed scan result output, which eliminates a significant amount of formatting code, and makes the console output consistent with pa11y (#64).

Two additional notes:

josebolos commented 2 years ago

Released as part of v3.0.0, thanks for the PR @aarongoldenthal!