Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Browser Test

Skill Verifiziert Aktiv
Teil von:Ruflo Browser

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

Zweck

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

Funktionen

  • 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

Anwendungsfälle

  • 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

Nicht-Ziele

  • 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

Praktiken

  • UI Testing
  • Regression Testing
  • Automated Verification

Voraussetzungen

  • 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

Zuerst Marketplace hinzufügen

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

Qualitätspunktzahl

Verifiziert
98 /100
Analysiert about 21 hours ago

Vertrauenssignale

Letzter Commitabout 23 hours ago
Sterne50.2k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Use My Browser

100

Verwenden Sie dies, wenn die Arbeit von den Live-Browsersitzungs- oder gerenderten Zustand des Benutzers abhängt und nicht von statischen Abrufen, insbesondere für Browser-Debugging-Kontexte oder von DevTools ausgewählte Elemente oder Anfragen, angemeldeten Dashboards oder CMS-Flows, localhost-Apps, Formularen, Uploads, Downloads, Medieninspektion, DOM- oder iframe-Inspektion, Shadow DOM oder Browserfehlern, die wie Soft-404s, Authentifizierungswände, Anti-Bot-Prüfungen oder Ratenbegrenzungen aussehen.

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-automatisierungs-CLI für KI-Agenten. Verwenden Sie diese, wenn der Benutzer mit Websites interagieren muss, einschließlich der Navigation auf Seiten, dem Ausfüllen von Formularen, dem Klicken auf Schaltflächen, dem Aufnehmen von Screenshots, dem Extrahieren von Daten, dem Testen von Webanwendungen oder der Automatisierung beliebiger Browseraufgaben. Auslöser sind Anfragen wie "öffne eine Website", "fülle ein Formular aus", "klicke auf eine Schaltfläche", "mache einen Screenshot", "scrappe Daten von einer Seite", "teste diese Web-App", "melde dich bei einer Seite an", "automatisiere Browser-Aktionen" oder jede Aufgabe, die eine programmatische Webinteraktion erfordert.

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