Webapp Testing
技能 活跃Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
To enable users to effectively test and debug local web applications by providing Playwright-based automation scripts and utilities.
功能
- Automated local web application testing
- Server lifecycle management for development environments
- Frontend functionality verification
- UI behavior debugging
- Browser screenshot capture
- Console log viewing
使用场景
- Testing dynamic web applications locally before deployment
- Debugging UI issues by capturing screenshots and logs
- Automating interaction with local development servers
- Verifying frontend behavior with Playwright scripts
非目标
- Testing deployed or remote web applications
- End-to-end CI/CD pipeline integration
- Automated security vulnerability scanning
- Performance load testing
Trust
- warning:Issues AttentionThere are 135 open issues and 11 closed issues in the last 90 days, indicating a very low closure rate and slow maintainer response.
Versioning
- warning:Release ManagementWhile the commit history is recent, there is no explicit versioning indicated in the SKILL.md or other manifests, and installation instructions might point to 'main'.
Scope
- info:Tool surface sizeThe skill exposes a few core Python scripts and example files, which is a reasonable number for its focused purpose.
Execution
- warning:Pinned dependenciesThe Python scripts lack explicit shebangs declaring interpreter versions, and while Playwright needs to be installed, there's no explicit mention of pinning its version or lockfiles for the skill's dependencies.
安装
请先添加 Marketplace
/plugin marketplace add anthropics/skills/plugin install skills@anthropic-agent-skills质量评分
类似扩展
Playwright Best Practices
100用于编写 Playwright 测试、修复不稳定测试、调试失败、实现页面对象模型 (Page Object Model)、配置 CI/CD、优化性能、模拟 API、处理身份验证或 OAuth、测试可访问性 (axe-core)、文件上传/下载、日期/时间模拟、WebSockets、地理定位、权限、多标签/弹出窗口流程、移动/响应式布局、触摸手势、GraphQL、错误处理、离线模式、多人协作、第三方服务(付款、电子邮件验证)、控制台错误监控、全局设置/拆卸、测试注解(skip, fixme, slow)、测试标签(@smoke, @fast, @critical, 使用 --grep 过滤)、项目依赖项、安全测试(XSS, CSRF, 身份验证)、性能预算(Web Vitals, Lighthouse)、iframe、组件测试、canvas/WebGL、服务工作线程/PWA、测试覆盖率、i18n/本地化、Electron 应用或浏览器扩展测试。涵盖 E2E、组件、API、视觉、可访问性、安全、Electron 和扩展测试。
Develop Web Game
100Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with render_game_to_text.
使用我的浏览器
100当工作依赖于用户实时浏览器会话或可见的渲染状态,而不是静态抓取时使用,尤其是在浏览器调试上下文或 DevTools 选择的元素或请求、登录仪表板或 CMS 流程、localhost 应用、上传、下载、媒体检查、DOM 或 iframe 检查、Shadow DOM,或看起来像软 404、身份验证墙、反机器人检查或速率限制的浏览器故障时。
Telegram Crabbox E2e Proof
100Use when reviewing, reproducing, or proving OpenClaw Telegram behavior with a real Telegram user on Crabbox, including PR review workflows that need an agent-controlled Telegram Desktop recording, TDLib user-driver commands, Convex-leased credentials, WebVNC observation, and motion-trimmed artifacts.
Openclaw Testing
100Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.
Agent Browser
100AI 代理的浏览器自动化 CLI。当用户需要与网站交互时使用,包括浏览页面、填写表单、点击按钮、截屏、提取数据、测试 Web 应用或自动化任何浏览器任务。触发条件包括请求“打开网站”、“填表”、“点击按钮”、“截屏”、“抓取页面数据”、“测试此 Web 应用”、“登录网站”、“自动化浏览器操作”或任何需要以编程方式进行 Web 交互的任务。