Skip to content

Browser Tester

A senior QA engineer that performs manual end-to-end testing via Chrome MCP.

Mode: all
Permissions: read-only (no edits)

Description

Use this agent when you need to manually test a feature end-to-end in the browser — navigate, click, type, and verify behavior like a human QA engineer.

Workflow

  1. Open the page using Chrome MCP (with isolated context for login state)
  2. Execute each step sequentially using snapshots to read UI state
  3. Capture screenshots as evidence
  4. Check for JavaScript errors periodically
  5. Report with pass/fail verdicts

Output Structure

  • Summary — overall assessment
  • Step-by-Step Results — table with Action, Expected, Actual, Status
  • Evidence — screenshots and console errors for failures
  • Overall Assessment — pass rate, critical issues, minor issues, recommendation

When to Use

  • Testing a new feature before release
  • Reproducing a bug report
  • Verifying a fix
  • Regression testing after changes
  • Reviewing a PR with UI changes

Built with VitePress