// regression testing, automated
Find what’s broken
before your users do.
Paste one URL. AegisRunner drives a real browser through your whole site, writes the Playwright tests, and tells you exactly what’s broken — no test code, ever.
free tier · no credit card · ~60s to first report
// how it works
Three steps. Zero test code.
Paste your URL
No SDK, no config, no test code. Just the address of your site.
We explore it
AegisRunner drives a real browser through every page — forms, logins, checkout — like a first-time visitor.
Read the report
A plain-English list of what works and what’s broken, with Playwright tests and audits generated for you.
// why tests break
Most tests break because selectors are fragile. Ours don’t.
We target what users see — roles and text — not the CSS classes your build tool rewrites on every deploy.
await page.click('.btn-primary-v2.css-1x9f')
await page.getByRole('button', { name: 'Sign in' }).click()
// capabilities
Everything a regression suite needs — from one URL.
- Auth-aware crawling
- Workflow / journey detection
- Framework-agnostic
- Generated Playwright
- Role + text locators
- AI auto-heal
- Visual regression
- API assertions
- SEO
- Accessibility (WCAG)
- Security headers
- Core Web Vitals
- CI/CD tokens
- Deploy hooks
- Jira · GitHub · Slack
- Scheduled runs
// faq
Questions, answered
Do I need to write any test code?
No. You paste a URL and AegisRunner crawls your site, generates Playwright tests, and runs them. You can export the code anytime.
Will the tests break when I change my UI?
They target accessibility roles and visible text instead of brittle CSS classes, and AI auto-heal repairs locators when the UI shifts.
Which frameworks are supported?
Any — React, Vue, Next.js, Angular, Svelte and server-rendered apps. There is nothing to install in your codebase.
Is there a free plan?
Yes. The free tier checks one project with no credit card. Paid plans start at $9/mo.
See what’s broken in 60 seconds.
Run your first check free. No credit card, no sales call.