Skip to main content

Browser Test

Skill Verified Active

UI test recipe -- composes browser-record (capture) + browser-replay (verify) so every test produces a replayable RVF artifact, not an ephemeral run

Purpose

To provide a reliable and replayable method for automated UI testing, ensuring frontend changes function correctly and producing tangible artifacts for regression analysis.

Features

  • 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

Use Cases

  • 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

Non-Goals

  • Performing backend API testing
  • Unit testing individual components
  • Generating test cases from scratch without user interaction

Workflow

  1. Record test run using browser-record
  2. Drive interactions with browser_* tools
  3. Wait for elements/network idle via browser_wait
  4. Validate outcomes with browser_get-* tools
  5. Screenshot before/after key interactions
  6. Snapshot accessibility tree
  7. End session with trajectory-end and rvf compact
  8. Optionally, diff against a prior session ID

Practices

  • UI Testing
  • Regression Testing
  • Automated Verification

Prerequisites

  • 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.

Installation

First, add the marketplace

/plugin marketplace add ruvnet/ruflo
/plugin install ruflo-browser@ruflo

Quality Score

Verified
98 /100
Analyzed about 18 hours ago

Trust Signals

Last commitabout 20 hours ago
Stars50.2k
LicenseMIT
Status
View Source

Similar Extensions

Use My Browser

100

Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.

Skill
xixu-me

Telegram Crabbox E2e Proof

100

Use 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.

Skill
steipete

Openclaw Testing

100

Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.

Skill
steipete

Agent Browser

100

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.

Skill
shanraisshan

Vue Testing Best Practices

100

Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.

Skill
hyf0

Develop Web Game

100

Use 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.

Skill
davila7

© 2025 SkillRepo · Find the right skill, skip the noise.