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.
$npx -y skills add stablyai/agent-skills --skill playwright-test-data-isolationInstalls into the current project.
Run `npx skills use "https://github.com/stablyai/agent-skills" --skill "stablyai/agent-skills/playwright-test-data-isolation"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/stablyai/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/stablyai/agent-skills"` and select the relevant skills, then follow their instructions.