AegisRunner is an autonomous web testing platform that generates regression tests and quality audits from a single URL.
How it works:
Enter your website URL
The crawler autonomously discovers pages, forms, buttons, navigation, and dynamic states
AI generates Playwright test files (.spec.ts) for each page
Every page is audited for accessibility (WCAG/axe-core), SEO, security headers, and performance (Web Vitals)
Download test files and reports — ready for CI/CD
Key Features:
Autonomous crawling — handles SPAs, JavaScript rendering, dynamic content
AI-powered Playwright test generation — standard .spec.ts files, not proprietary formats
Accessibility audits (WCAG violations via axe-core)
SEO analysis (meta tags, headings, canonicals)
Security header checks (CSP, HSTS, X-Frame-Options)
Performance metrics (Core Web Vitals per page)
Dead link detection
Form detection and analysis
Downloadable reports and test suites
CI/CD integration support
What makes AegisRunner different:
Unlike record-and-replay tools (Katalon, Testim) or code-based frameworks (Selenium, Cypress, Playwright), AegisRunner requires zero setup. No recording sessions, no writing test scripts, no maintaining brittle selectors. Just a URL.