UNPKG

@casoon/auditmysite

Version:

A comprehensive command-line tool for automated accessibility, security, performance, and SEO testing using Playwright and pa11y, based on sitemap URLs

10 lines 369 B
import { BaseAccessibilityTest, TestContext, TestResult } from '../base-test'; export declare class SecurityHeadersTest extends BaseAccessibilityTest { name: string; description: string; category: string; priority: string; standards: string[]; run(context: TestContext): Promise<TestResult>; } //# sourceMappingURL=security-headers-test.d.ts.map