Browser Test
Skill Verifiziert AktivUI 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.
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
- 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
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@rufloQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Use My Browser
100Verwenden 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.
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
100Browser-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.
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.