Browser Test
技能 已验证 活跃UI test recipe -- composes browser-record (capture) + browser-replay (verify) so every test produces a replayable RVF artifact, not an ephemeral run
To provide a reliable and replayable method for automated UI testing, ensuring frontend changes function correctly and producing tangible artifacts for regression analysis.
功能
- Composes browser recording (capture) with browser replay (verify)
- Produces replayable RVF artifacts instead of ephemeral runs
- Supports interaction via browser_open, browser_click, browser_fill, etc.
- Includes validation steps using browser_get-* tools
- Facilitates visual regression testing with screenshots and diffing
使用场景
- Verifying UI functionality and user flows in a real browser
- Producing a baseline session for future regression testing
- Re-running stored test sessions when CI fails, without re-authoring tests
非目标
- Performing backend API testing
- Unit testing individual components
- Generating test cases from scratch without user interaction
工作流
- Record test run using browser-record
- Drive interactions with browser_* tools
- Wait for elements/network idle via browser_wait
- Validate outcomes with browser_get-* tools
- Screenshot before/after key interactions
- Snapshot accessibility tree
- End session with trajectory-end and rvf compact
- Optionally, diff against a prior session ID
实践
- UI Testing
- Regression Testing
- Automated Verification
先决条件
- Claude Code
- Browser interaction tools (e.g., Playwright)
Scope
- info:Tool surface sizeThe skill exposes a large number of specific browser interaction tools, exceeding the ideal range but still manageable within the domain.
安装
请先添加 Marketplace
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-browser@ruflo质量评分
已验证类似扩展
使用我的浏览器
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 交互的任务。
Vue Testing Best Practices
100Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.
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.