Playwright Test Data Isolation

Playwright-first strategy for shared DB + shared test accounts. Use when E2E tests collide in QA/staging, need safe parallelism, or require deterministic cleanup without touching baseline data. Covers per-test ownership, namespacing, ID-based teardown, serial shared-state suites, and optional stale-data janitor jobs.

stablyai 26abbbe 2 files · 11.2 KB Updated

File contents

stablyai/agent-skills/tree/main/skills/playwright-test-data-isolation commit 26abbbe4d6

Frequently asked questions

npx skillmds add stablyai/playwright-test-data-isolation