@ariada-org/rules-axe
v0.2.0
Published
axe-core-powered a11y DomainAnalyzer for @ariada-org/core
Downloads
27
Readme
@ariada-org/rules-axe
Thin wrapper around axe-core + @axe-core/playwright that exposes a
DomainAnalyzer conformant to @ariada-org/core's plugin interface.
This is the default a11y analyzer bundled with @ariada-org/core for MVP.
Usage (explicit)
import { scan } from '@ariada-org/core';
import { createA11yAnalyzer } from '@ariada-org/rules-axe';
const { report } = await scan('https://example.com', {
analyzers: [createA11yAnalyzer()],
});When no analyzers is passed to scan(), @ariada-org/core dynamically imports
this package and auto-registers it.
Licence
Apache-2.0 (this package). axe-core + @axe-core/playwright are MPL-2.0 —
see the NOTICE file.
Update
- Author: Alekszandr Bricskin (Agonist Development AB)
- Date: 2026-04-19
