browser-test

Installation
SKILL.md

Browser Testing

Automated UI testing using Playwright via the ruflo browser MCP tools.

When to use

When you need to verify UI functionality, test user flows, or validate that frontend changes work correctly in a real browser.

Steps

  1. Open page — call mcp__claude-flow__browser_open with the target URL
  2. Interact — use browser_click, browser_fill, browser_type, browser_select for form inputs
  3. Wait — call mcp__claude-flow__browser_wait for elements to appear or network idle
  4. Validate — call browser_get-text / browser_get-value to check content
  5. Screenshot — call mcp__claude-flow__browser_screenshot to capture visual state
  6. Snapshot — call mcp__claude-flow__browser_snapshot for accessibility tree
  7. Clean up — call mcp__claude-flow__browser_close when done

Navigation

Related skills
Installs
144
Repository
ruvnet/ruflo
GitHub Stars
50.2K
First Seen
Apr 28, 2026