browser-testing

Automate Chrome browser testing and debugging of web applications with Claude Code.

9|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/ingpoc/SKILLS --skill browser-testing-ingpoc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: browser-testing
Source: https://github.com/ingpoc/SKILLS/tree/main/browser-testing
Command: npx skills add https://github.com/ingpoc/SKILLS --skill browser-testing-ingpoc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines testing and debugging of web applications by integrating Chrome-based interactions with Claude Code, enabling automated verification, console analysis, and evidence collection.

Core Features & Use Cases

  • Automated browser interactions: navigate, click, input, and verify UI flows across localhost or authenticated apps.
  • Console and network debugging: read console messages and monitor page behavior to diagnose issues.
  • Evidence capture: take screenshots, record console outputs, and generate reproducible tests for QA.
  • Use Case: verify login flows, form submissions, and UI changes across multi-step scenarios.

Quick Start

Use the browser-testing skill to run a local smoke test on your app and validate page load, basic interactions, and console health.

Frequently Asked Questions about browser-testing

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

FAQPage Schema
How do I automate browser testing for a localhost web application?▼

Automate browser testing for localhost applications by using Chrome-based interactions with Claude Code to navigate, click, input, and verify UI flows while monitoring console health.

Can I test authenticated web apps like Gmail or Notion in Chrome?▼

Yes, you can test authenticated web apps like Gmail or Notion by running script-based Chrome interactions through Claude Code to verify login flows and multi-step UI scenarios.

How do I capture GIF evidence of a UI flow for QA verification?▼

Capture GIF evidence of a UI flow by recording demo interactions in Chrome through Claude Code, generating visual proof to verify page loads and reproduce test scenarios.

Do I need a specific Chrome extension version to run automated browser debugging?▼

Yes, automated browser debugging requires the Chrome extension 1.0.36 or higher, along with Claude Code 2.0.73 or above, and jq installed to parse script outputs.

What is the best way to diagnose web app issues using console messages?▼

Diagnose web app issues by reading console messages and monitoring page behavior in Chrome via Claude Code, allowing you to identify errors during automated UI interactions.

Why is my browser automation script not verifying form submissions correctly?▼

Browser automation scripts for form submissions may fail if the Chrome extension is below 1.0.36 or Claude Code is below 2.0.73, as these versions are required for proper interaction scripting.