playwright-skill

仓库创建 2026年7月27日最近提交 1 天前SkillHot 收录 1 天前
▸ 精选理由

覆盖完整网页测试与自动化任务,适合 QA 与自动化工程师快速生成脚本。

▸ 风险提示

需要安装 Playwright 并下载浏览器,可能执行自动化脚本和写入临时文件,注意权限与网络依赖。

这个 Skill 做什么

使用 Playwright 自动化浏览器操作,生成测试脚本、截图并验证交互流程。

用 Playwright 自动化浏览器操作,能自动探测开发服并生成干净的测试脚本、截图和断言脚本(默认写到 /tmp)。想验证页面交互、表单、登录流、响应式设计或做任何浏览器自动化任务时就能派上用场。特点是可复用的测试脚本、截图校验和对常见 UX 场景的支持,减少手工跑浏览器的时间。

▸ 展开 SKILL.md 英文原文

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.

自动化集成浏览器自动化测试脚本截图验证通用
0
Stars
0
Forks
10
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/chan9yu/docagents/main/skills/playwright-skill/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/chan9yu/docagents/main/skills/playwright-skill/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
**IMPORTANT - Path Resolution:**
This skill can be installed in different locations (plugin system, manual installation, global, or project-specific). Before executing any commands, determine the skill directory based on where you loaded this SKILL.md file, and use that path in all commands below. Replace `$SKILL_DIR` with the actual discovered path.

Common installation paths:

- Plugin system: `~/.claude/plugins/marketplaces/playwright-skill/skills/playwright-skill`
- Manual global: `~/.claude/skills/playwright-skill`
- Project-specific: `<project>/.claude/skills/playwright-skill`

# Playwright Browser Automation

General-purpose browser automation skill. I'll write custom Playwright code 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有