Playwright Support

Self-Healing for Playwright Tests

TestZombie extends existing Playwright tests with intelligent locator recovery, healing logs and actionable fix recommendations.

ChromiumFirefoxWebKitTypeScript
Pw
Playwright Integration

Your tests stay Playwright.

TestZombie adds healing and analysis without replacing your framework model.

Locator recovery when UIs change
Healing across Chromium, Firefox and WebKit
Developer-ready fix recommendations
Playwright + TestZombie

Modern web tests, less locator maintenance

Playwright provides a powerful testing API. TestZombie adds an intelligence layer for cases where applications and locators evolve.

🧟

Self-Healing

Broken locators are analyzed and recovered when a safe match is available.

🌐

Cross-Browser

Playwright support covers Chromium, Firefox and WebKit.

🧩

Existing Suites

The integration complements existing Playwright projects instead of rebuilding them.

🛠️

Developer Fixes

Healing events become concrete locator and code recommendations.

Integration

Add it to your Playwright project

Three steps are enough: install the package, replace the Playwright import, and set your TestZombie credentials in the Playwright configuration.

1

Install the package

Install the TestZombie Playwright library via npm.

npm install @testzombie/playwright
2

Replace the import

Replace the existing import from @playwright/test with @testzombie/playwright.

Before
import { test, expect } from '@playwright/test';
Afteraction.copy=Copy
import { test, expect } from '@testzombie/playwright';
3

Set API key & email

Set the API key and email in your Playwright configuration.

process.env.TESTZOMBIE_API_KEY = '';
process.env.TESTZOMBIE_EMAIL = '';
Open Developer Guide →
Supported browsers:ChromiumFirefoxWebKit
Playwright + TestZombie AI

Keep your Playwright tests alive.

Start with your existing Playwright project and add self-healing, analysis and developer fix recommendations.