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

As this project only supports LTS versions of node that include full support for async/await we should be able now to remove the [`async` dependency](https://www.npmjs.com/package/async) which will reduce the size...

type: enhancement
type: maintenance
status: help wanted

Yesterday I was running pa11y-dashboard locally for debugging purposes, put the laptop to sleep with the dashboard still running, and today after I tried to use the dashboard I started...

type: bug

In a couple of cases the webservices returns an `HTTP 500` error without explanation. Notably when you request a task with `lastres: true` and there is no last result, the...

type: bug

Description incomplete/forming: - placate linter by taking steps to resolve existing warnings

## Expected behaviour Pa11y dashboard should be able to integrate with Azure Cosmos DB for MongoDB ## Actual behaviour ``` [model:task:getAll failed Error=2, Details='Response status code does not indicate success:...

type: bug
status: blocked

- Initial attempt at including runner configurations into pa11y-webservices - This patch include per-task runner configuration with the `POST /tasks` request including the `runners: []` entries - This patch allows...

type: enhancement

I would like to propose an alternative POST body that would be supported _in addition_ to the current POST body. ```json { "name": "my-name", "html": "foo", "standard": "WCAG2AA" } ```...

type: enhancement
type: discussion

> [!NOTE] > 1. Once this PR's changes arrive in `main`, publish the [draft GitHub Release](https://github.com/pa11y/pa11y-webservice/releases) and GitHub Actions will release `[email protected]` to npm > 2. [Full diff from `4.3.1`...

status: work required