🧪
QualityTypeScript

Playwright E2E Testing

by echoVic

Playwright E2E Testing is a Quality skill for Claude Code, published by echoVic in boss-skill.

548 stars50 forkson echoVic/boss-skillAdded 2026/08/26Repository updated 2026/08/23
ai-agentsbmadbmad-workflowclaude-codecursorskilltrae
Install in seconds
Install Playwright E2E Testing
Copy Playwright E2E Testing into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/echoVic/boss-skill/tree/main/skill/skills/qa/e2e-playwright ~/.claude/skills/e2e-playwright

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/echoVic/boss-skill.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skill/skills/qa/e2e-playwright/SKILL.md in echoVic/boss-skill
Installs to
~/.claude/skills/e2e-playwright
Collection
One of 25 skills cataloged from this repository
Category
Quality1354 skills

What Playwright E2E Testing does

Playwright E2E Testing covers initialization, Page Object Models, auth reuse, API mocks, visual regression, multi-browser runs, CI integration, and debugging. Use it to automate end-to-end verification of key web flows.

Playwright E2E Testing is cataloged under Quality on DirSkills. Playwright E2E Testing comes from a repository tagged ai-agents, bmad, bmad-workflow, claude-code and cursor.

Documentation

README

Playwright E2E 测试方法论

适用场景

  • Web 项目需要编写端到端测试
  • 门禁(Gate 1)要求 E2E 测试通过
  • 需要覆盖关键用户流程的自动化验证
  • 需要多浏览器/多视口兼容性验证
  • 需要视觉回归测试

1. 项目初始化

1.1 安装

# 新项目初始化(推荐)
npm init playwright@latest

# 已有项目添加
npm install -D @playwright/test
npx playwright install

1.2 配置文件(playwright.config.ts

This is the opening of the README. Read the full README on GitHub.

Commands Playwright E2E Testing provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /public
  • /app

Frequently asked about Playwright E2E Testing

  • What else does echoVic publish alongside Playwright E2E Testing?

    Playwright E2E Testing is one of 25 skills that DirSkills catalogs from echoVic/boss-skill, the repository it ships in. Its siblings there include Architecture Design, Backend API Development and Backend Testing Guide. Each one is a separate skill with its own page in this directory, installs the same way Playwright E2E Testing does, and is maintained by echoVic in that same repository. The rest of the collection is listed on the echoVic/boss-skill page.

  • How does Playwright E2E Testing compare to other Quality skills?

    Playwright E2E Testing ranks #1172 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Playwright E2E Testing against them. Open each page to compare what they document and how they install.

More from echoVic/boss-skill

Playwright E2E Testing is one of 25 skills cataloged on DirSkills from echoVic/boss-skill.

See all 25 skills