Getting Started
What is AegisRunner?
Automated regression testing for web apps. Scan your site, generate Playwright tests, run on Chromium/Firefox/WebKit, auto-heal when locators drift.
What is AegisRunner?
AegisRunner is an automated regression-testing platform for web apps. You point it at a URL and it does three things, all in one pass:
- Scans your site by opening it in a real browser, walking through pages, clicking buttons, and filling forms — like a careful user.
- Generates a test suite for every page it finds, using AI grounded in the actual elements it captured (not invented selectors).
- Runs those tests on Chromium, Firefox, and WebKit — and from then on, on every PR or schedule.
The pitch in one sentence: Skip writing your test suite. Skip maintaining it. Get coverage.
The problem we built it for
Most teams know they should have end-to-end tests. Most teams either don't, or have a partial suite that's been broken for two months because nobody fixed the locator drift. Writing tests is one cost; maintaining them is the bigger one.
AegisRunner attacks both:
- Writing — automated. AI generates Playwright tests grounded in your real DOM, then we validate every selector exists before saving.
- Maintaining — automated. When a button gets renamed or moved, auto-heal finds it again using accessibility roles + visible text. Tests survive refactors.
What you get out of a scan
- A test suite per page, in real Playwright.
- Accessibility findings (axe-core WCAG 2.1 AA by default).
- SEO checks — meta tags, headings, structured data.
- Security headers — HSTS, CSP, X-Frame-Options, etc.
- Performance metrics per page.
- Forms detected and classified.
- Screenshots, page-level recommendations, dead-element reports.
What you can do with the tests
- Run them on demand from the UI — pick browsers, hit Run.
- Schedule them — daily, weekly, hourly, custom cron.
- Trigger them from CI on every PR (GitHub Actions, GitLab, etc.).
- Trigger them from your deploy provider (Vercel, Netlify, GitLab) so every deploy gets tested automatically.
- Export them as Playwright code (Pro+) and run them locally.
- Pair them with visual regression for pixel-level checks.
- File auto-tickets to GitHub Issues or Jira when failures happen.
How AegisRunner is different
| What's typical | What AegisRunner does |
|---|---|
| You write tests. | AI writes the first version; you review and edit. |
| Tests break when locators drift. | Auto-heal finds the new locator using ARIA roles + text. |
| You staff a QA team to review failures. | AI triage clusters failures and tells you which are real regressions vs flake vs environment. |
| You bolt on accessibility / SEO / security audits. | All run on every scan, no extra setup. |
| "Visual regression" is a separate vendor. | Built in — pixelmatch + 3-panel diff, accept/reject inline. |
| Multi-browser is per-CI-job hassle. | Pick Chromium / Firefox / WebKit in one click. |
Who it's for
- Solo devs and small teams who can't justify a full QA hire but ship to production every week.
- Growing engineering teams who have manual QA but want to free people from rote regression work.
- Established teams who already have Playwright tests but spend too much time keeping them green.
- Compliance-conscious teams needing accessibility (WCAG, Section 508), SOC 2 audit logs, or VPAT exports.
If you're shipping Playwright tests by hand and the bottleneck is writing/maintaining them, this is built for you. If you have one HTML file and you're testing it in your head, our free scan is built for you too.
Try it without an account
The fastest way to see what AegisRunner produces: drop a URL into aegisrunner.com/scan. We'll scan one page and email you the generated tests. No signup, no card. See Free Scan for details.
Or browse our live demos — real scans of Stripe, Tailwind, React's docs, and others, with the actual generated test code.
Plans and pricing
| Plan | Best for | Pages/scan | Runs/month |
|---|---|---|---|
| Free | Hobby projects, evaluation | 10 | 50 |
| Starter ($9/mo) | Solo devs, side projects | 75 | 500 |
| Pro ($29/mo) | Growing teams, CI on every PR | 500 | 2,500 |
| Business ($59/mo) | Multi-product orgs, SSO | Unlimited | 10,000 |
| Enterprise | Custom contracts, self-host | Unlimited | Unlimited |
See pricing and Subscription Plans for full feature differences.
Get started
- Run a free scan — no signup needed.
- Quick Start Guide — first-five-minutes walkthrough.
- Live Demos — see real output on real production sites.
- Sign up for a free account.