/** * `DyE2E_VQA_AxePageScript_Const` — opcionális axe-core page-script ami a capture-spec-ben * fut a `a11y.json` artifact-hoz. * * **Két mód**: * 1. **Self-contained** (default) — beillesztett axe-core minified-CDN-script, * a `page.addScriptTag({ url: AXE_CDN_URL })` használja * 2. **Project-local** — ha a projekt-e2e telepítette `axe-core` npm-mel, * `page.addScriptTag({ path: 'node_modules/axe-core/axe.min.js' })` * * A capture-spec generator a `manifest.testDataSetup?.a11yEnabled` flag-re reagál * (default: false; user explicit opt-in szükséges, mert axe-CDN-script-tag enabling * security-CSP-issue-okat okozhat). */ export declare const DyE2E_VQA_Axe_CdnUrl_Const: string; /** * Run-axe page-script. Visszaadja az axe-core `run()` results.violations + passes-summary-t. * A capture-spec fileWrite-eli `a11y//.json`-ba. */ export declare const DyE2E_VQA_AxeRunScript_Const: string; //# sourceMappingURL=axe-page-script.const.d.ts.map