web-ui-test

Automate end-to-end UI testing of the IronClaw web gateway with Claude for Chrome.

1|Updated May 11, 2026
One-click install
npx skills add https://github.com/zeropoint-foundation/ironclaw --skill web-ui-test-zeropoint-foundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-ui-test
Source: https://github.com/zeropoint-foundation/ironclaw/tree/main/skills/web-ui-test
Command: npx skills add https://github.com/zeropoint-foundation/ironclaw --skill web-ui-test-zeropoint-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates manual web UI testing by validating the IronClaw web gateway UI using Claude for Chrome extension.

Core Features & Use Cases

  • Automated end-to-end UI validation across the Chat, Memory, Jobs, Routines, Extensions, and Skills tabs.
  • Quick regression checks to ensure new changes don't break core UI flows.
  • Use case: QA engineers run this skill to verify the UI renders correctly and the extension interactions function as expected.

Quick Start

Run the Claude for Chrome-enabled test to execute a basic UI check against the running IronClaw gateway.

Frequently Asked Questions about web-ui-test

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

FAQPage Schema
How do I automate web UI testing using the Claude Chrome extension?

Automate web UI testing by installing the Claude Chrome extension, connecting it to your running gateway, and executing test scenarios via SKILL.md instructions to validate UI elements and extension interactions.

Can I use this skill for regression checks across Chat, Memory, and Jobs tabs?

Yes, you can run automated regression checks across Chat, Memory, Jobs, Routines, Extensions, and Skills tabs to ensure new changes don't break core UI flows or tab visibility.

Do I need GATEWAY_ENABLED=true to run end-to-end UI tests?

Yes, you need the IronClaw web gateway running with GATEWAY_ENABLED=true, the Claude Chrome extension installed and connected, and the SKILL.md instructions followed to execute test scenarios.

What is the best way to verify extension interactions in a CI pipeline?

The best way to verify extension interactions in a CI pipeline is to apply this automated end-to-end testing skill to check UI rendering, tab navigation, and extension functionality against your running web gateway.

Does this UI testing skill support manual QA workflows or only CI pipelines?

This UI testing skill supports both manual QA workflows and CI pipelines to verify UI elements, tab visibility, navigation, and extension interactions across all gateway sections.

Why does my automated UI test fail to render the Extensions and Skills sections correctly?

Automated UI tests fail if the IronClaw gateway isn't running with GATEWAY_ENABLED=true or the Claude Chrome extension isn't installed and connected, preventing the validation of Extensions and Skills sections.