claude code(十二):【企业级应用实战】案例三:playwright MCP 增强bug修复
一、claude code 配置playwrite mcp
步骤 1:安装必要组件:
# 安装 Playwright 测试框架
npm install -g playwright/test
# 安装 Playwright MCP 服务端
npm install -g executeautomation/playwright-mcp-server
# 安装浏览器依赖(会下载 …
2026/8/14 15:07:29