playwright-dev
Original:🇺🇸 English
Translated
Explains how to develop Playwright - add APIs, MCP tools, CLI commands, and vendor dependencies.
2installs
Sourcemicrosoft/playwright
Added on
NPX Install
npx skill4agent add microsoft/playwright playwright-devTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Playwright Development Guide
Table of Contents
- Adding and Modifying APIs — define API docs, implement client/server, add tests
- MCP Tools and CLI Commands — add MCP tools, CLI commands, config options
- Vendoring Dependencies — bundle third-party npm packages into playwright-core or playwright
Build
- Assume watch is running and everything is up to date.
- If not, run .
npm run build
Lint
- Run to lint everything before commit.
npm run flint