pa11y-webservice icon indicating copy to clipboard operation
pa11y-webservice copied to clipboard

Pa11y Webservice provides scheduled accessibility reports for multiple URLs

Results 18 pa11y-webservice issues
Sort by recently updated
recently updated
newest added

These are the tasks still missing for next release of `pa11y-webservice`: * Drop support for Node v12 (which will become unsupported in late April). * Add support for Node v16,...

status: blocked

The current testing suite for pa11y-webservice requires mongodb to be available and properly set up for the tests to run. This is usually not much of a problem when running...

type: enhancement

Pa11y (not currently published) now supports multiple test runners. We need to add the ability to select runners in the webservices. Therse a couple of ways this could be done:...

type: enhancement

Builds off https://github.com/pa11y/pa11y-webservice/pull/105 to be able to specify runners to provide support for the axe runner.

When doing a test for "WCAG2AAA" for example, every issue has the same level "AAA". https://prnt.sc/10p3p6x - In this screenshot you can see that an issue from criterion 2.4.2 which...

type: bug
status: help wanted

I'm a developer of a web accessibility testing tool that use the pa11y-webservice app. And durring the development I found a bug in tests for "WCAG2AAA". These results don't include...

type: bug
status: help wanted

Just giving a stab at adding caps for axe runners as a config - feedback welcome!

type: enhancement

I don't think this is related to https://github.com/pa11y/pa11y-webservice/issues/115 but just wanted to link the two. Not sure why this isn't working for me. ``` $ PORT=8080 npm start (node:26780) ExperimentalWarning:...

Currently the logging is done using `console.log`/`console.error`. We should really be using a configured logger (`winston` etc) that can also label the log output so that dual dashboard/webservice deployments can...

type: enhancement
priority: medium

The cron job part of the code has no testing through unit or integration tests. Integration tests don't really make sense for something that runs on a schedule, so need...

type: enhancement
priority: critical