agent-browser-integration-testing

Automate browser-based end-to-end tests using the agent-browser CLI.

1|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/sancodeee/sen-claude-hub --skill agent-browser-integration-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser-integration-testing
Source: https://github.com/sancodeee/sen-claude-hub/tree/main/plugins/agent-browser-integration-testing/skills/agent-browser-integration-testing
Command: npx skills add https://github.com/sancodeee/sen-claude-hub --skill agent-browser-integration-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables precise, browser-based end-to-end testing by orchestrating the agent-browser CLI to drive real web pages through atomic actions, snapshots, and network audits.

Core Features & Use Cases

  • Atomic browser actions: Open pages, snapshot DOM, fill inputs, click elements, and wait for stability.
  • Network auditing & reporting: Capture network requests and compile detailed test reports per REPORT_GUIDE.md.
  • Use Case: Validate a new feature end-to-end on a live URL, generating a test log with evidence and a structured report.

Quick Start

Run a basic test against a target URL using: agent-browser open "<URL>" and follow with snapshot, actions, and report generation as described in REPORT_GUIDE.md.

Frequently Asked Questions about agent-browser-integration-testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate end-to-end testing for dynamic web pages?

Automate end-to-end testing for dynamic web pages by driving a browser via the agent-browser CLI to perform atomic actions like opening pages, snapshotting the DOM, filling inputs, and waiting for stability.

Does browser-based E2E testing support network auditing?

Browser-based E2E testing supports network auditing by capturing network requests during scenario execution and compiling detailed test logs with evidence and structured reports.

What do I need to set up agent-browser for web UI testing?

To set up agent-browser for web UI testing, you need the agent-browser tool installed and must follow the AGENT_BROWSER_INSTALLATION.md guide to prepare your environment for scenario-driven tests.

How to generate structured test reports from browser automation scenarios?

Generate structured test reports from browser automation scenarios by following REPORT_GUIDE.md to compile test logs, evidence, and network audit data captured during scenario-driven execution.

Can I validate a new feature end-to-end on a live URL with evidence generation?

You can validate a new feature end-to-end on a live URL by opening the target with agent-browser, executing snapshot and interaction actions, and generating a test log with evidence and a structured report.