microsoft

playwright-dev

Explains how to develop Playwright - add APIs, MCP tools, CLI commands, and vendor dependencies.

microsoft 90,191 5,852 Updated 3mo ago

Resources

3
GitHub

Install

npx skillscat add microsoft/playwright/playwright-dev

Install via the SkillsCat registry.

SKILL.md

Playwright Development Guide

Table of Contents

Build

  • Assume watch is running and everything is up to date.
  • If not, run npm run build.

Lint

  • Run npm run flint to lint everything before commit.