playwright-test-architecture

Installation
SKILL.md

Playwright Test Architecture

Master test organization, configuration, and project structure for scalable and maintainable Playwright test suites. This skill covers best practices for organizing tests, configuring projects, and optimizing test execution.

Installation and Setup

# Install Playwright with browsers
npm init playwright@latest

# Install specific browsers
npx playwright install chromium firefox webkit

# Install dependencies only
npm install -D @playwright/test
Installs
45
GitHub Stars
166
First Seen
Jan 22, 2026
playwright-test-architecture — thebushidocollective/han