Testees is Now in General Availability

The Last E2E Test Runner
You Will Ever Buy.

Testees is an autonomous QA platform that self-heals broken Playwright selectors and auto-generates marketing demo videos from your test runs.

Automate your end-to-end testing with AI today.

Cancel anytime. Transparent pricing.

Feature Spotlight

Stop Explaining. Start Showing.

Why record marketing and release videos manually? Testees automatically turns your successful E2E Playwright traces into high-quality, 1080p MP4 product demos narrated by AI.

1. AI generates your test coverage

Provide your URL and let our AI write the Playwright tests for you, or seamlessly drop in your existing test suite.

2. Testees captures the successful trace

We capture DOM snapshots, network requests, and visual states automatically.

3. AI renders a polished Demo Video

The AI writes the script based on your assertions, generates a human-like voiceover, and adds cinematic zooming and captions.

Dashboard Demo
AI Voiceover Active

"As you can see, the new analytics dashboard updates in real-time when a user completes a checkout..."

AI Self-Healing Engine

When an element's class or ID changes, traditional tests crash. Testees catches the TimeoutError, captures the live DOM state, and queries our AI. The AI identifies the new element semantically and patches the Playwright locator in real-time.

  • Zero manual maintenance
  • Semantic element targeting
  • One-click patch approval
// Legacy Test
await page.locator('.btn-primary-v2-old').click();
// Testees Auto-Healed Patch
await page.getByRole('button', { name: 'Submit Order' }).click();

Local Agent CLI

Need to test a staging branch behind a corporate VPN or on your `localhost`? The Testees Local Agent connects your machine securely without exposing Ngrok tunnels.

$ npx testees-agent start --app cl123abc
> Authenticated as Organization: Acme Corp
> Listening for jobs on websocket...
> [JOB RECEIVED] Running E2E Smoke Suite...

Frequently Asked Questions

Ready to automate your testing?

Sign up today and eliminate brittle E2E tests forever with AI-powered self-healing.