llms.txt@docs · git:20260731.d5d49fb · 2026-07-31 · sha256 afb231649a8fbdc4
llms.txt@docs git:20260731.d5d49fbA
Immutable. This exact content is served forever at /api/v1/blob/afb231649a8fbdc4.
# OpenSpec Playwright > OpenSpec + Playwright E2E verification setup tool for Claude Code, OpenCode, and Cline. A setup tool that integrates OpenSpec's spec-driven development with Playwright's three-agent test pipeline for automated E2E verification. ## Docs - [Project homepage](https://wxhou.github.io/openspec-playwright/): Full project site with feature overview, workflow, and quickstart. - [README](https://github.com/wxhou/openspec-playwright/blob/main/README.md): English documentation. - [README.zh-CN](https://github.com/wxhou/openspec-playwright/blob/main/README.zh-CN.md): Chinese documentation. - [CHANGELOG](https://github.com/wxhou/openspec-playwright/blob/main/CHANGELOG.md): Version history and release notes. ## Install ``` npm install -g openspec-playwright ``` ## Quick Start ``` # In your project directory openspec init openspec-pw init npx playwright install --with-deps # In Claude Code /opsx:e2e <change-name> # In OpenCode / Cline /opsx-e2e <change-name> ``` ## CLI Commands - `openspec-pw init` — Initialize integration (one-time setup) - `openspec-pw update` — Update CLI and commands to latest version - `openspec-pw doctor` — Check prerequisites - `openspec-pw audit` — Audit tests for orphaned specs and issues - `openspec-pw migrate` — Migrate old test files to new structure - `openspec-pw explore` — Explore routes in parallel with Playwright - `openspec-pw uninstall` — Remove integration from the project ## Links - [npm package](https://www.npmjs.com/package/openspec-playwright) - [GitHub repository](https://github.com/wxhou/openspec-playwright)