audit_multiple_urls
Test multiple URLs for accessibility compliance in one batch. Configure parallel processing and continue on errors to handle large-scale audits efficiently.
Instructions
Test multiple URLs efficiently with optional parallel processing and progress tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Specific accessibility tags to check. Applied to all URLs. If not provided, env WCAG_LEVEL and BEST_PRACTICES are used. | |
| urls | Yes | URLs to test (array or comma-separated string). | |
| domain | No | Base domain if URLs are relative (e.g., "https://example.com"). | |
| engine | No | Testing engine: "axe" or "ace". Overrides env A11Y_ENGINE when provided. | |
| parallel | No | Number of parallel tests to run (default: 1). | |
| continueOnError | No | Continue processing if one URL fails (default: true). |