a11y
Identify and test accessibility issues on websites or local development paths using axe-core and Puppeteer, ensuring web applications meet accessibility standards.
Instructions
Run accessibility tests on a URL or a local path (relative URL appended to http://localhost:5000).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
relativePath | No | Relative path appended to http://localhost:5000 | |
url | No | Full URL to test |