playwright-skill

仓库创建 2025年10月20日最近提交 7 个月前SkillHot 收录 20 天前
▸ 精选理由

能自动生成并运行清晰脚本,节省大量手工测试时间

▸ 风险提示

需要安装 Node/Playwright 与浏览器二进制,安装时会下载外部依赖

这个 Skill 做什么

使用 Playwright 自动化浏览器测试、填写表单、截图与登录流程

用 Playwright 把浏览器操作全自动化:写测试、填表、登录流程、截图、检查响应式和链接等。适合做网站功能测试或把重复的浏览器任务自动化。它会自动发现本地 dev 服务器并生成干净的测试脚本,方便直接运行和调试。

▸ 展开 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.

自动化集成浏览器自动化Playwright测试通用
3.0k
Stars
219
Forks
1
仓库内 Skill
+79
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/lackeyjb/playwright-skill/main/skills/playwright-skill/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/lackeyjb/playwright-skill/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 公开信息 · 原文版权归作者所有