// 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

aegisrunner — acme.com
auth → sign up, log out, log back in
search → 3 queries return results
cart → add, update qty, remove
checkout → shipping → payment
contact form → POST /contact 500
!home → LCP 4.8s on mobile
41 passed3 broken14 pages · 44 checks
tested on
ReactVueNext.jsAngularSvelteLaravelRailsDjangoSvelteKitRemixReactVueNext.jsAngularSvelteLaravelRailsDjangoSvelteKitRemix

// how it works

Three steps. Zero test code.

01

Paste your URL

No SDK, no config, no test code. Just the address of your site.

02

We explore it

AegisRunner drives a real browser through every page — forms, logins, checkout — like a first-time visitor.

03

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.

fragile — breaks on redesign
await page.click('.btn-primary-v2.css-1x9f')
resilient — survives redesigns
await page.getByRole('button', { name: 'Sign in' }).click()

// capabilities

Everything a regression suite needs — from one URL.

Discover
  • Auth-aware crawling
  • Workflow / journey detection
  • Framework-agnostic
Test
  • Generated Playwright
  • Role + text locators
  • AI auto-heal
  • Visual regression
  • API assertions
Audit
  • SEO
  • Accessibility (WCAG)
  • Security headers
  • Core Web Vitals
Ship
  • 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.