local-test

Run Docker-based local tests for IronClaw builds and UI flows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers locally build, run, and validate IronClaw changes in a controlled Docker-based environment, reducing deployment cycles and ensuring changes behave as expected before pushing to CI.

Core Features & Use Cases

  • Docker-based isolated environments: Spin up reproducible containers for each test run.
  • Chrome MCP browser automation: Automate end-to-end UI interactions for quick validation.
  • Local development workflow: Quickly build, test, and iterate on code changes in a safe sandbox.
  • Use Case: A developer updates the web gateway UI and uses this skill to verify that the UI loads and basic flows work in a local container before pushing to remote tests.

Quick Start

Run the local-test skill to initialize a Docker-based local test environment and verify the UI in Chrome MCP.

Frequently Asked Questions about local-test

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

FAQPage Schema
How do I run local integration testing in a Docker container before pushing to main?

You can validate builds by running a Docker-based environment that isolates your changes and applies Chrome MCP automation to verify UI loads and basic flows work before committing to main.

How does Chrome MCP browser automation work for local UI testing?

Chrome MCP browser automation works for local UI testing by automating end-to-end UI interactions within Docker-based containers, allowing developers to quickly validate that web interfaces load and basic user flows function correctly.

Do I need Docker and a local source setup to run local testing environments?

Yes, running local testing environments requires Docker for container builds, Chrome MCP automation tooling for UI verification, and a local IronClaw source setup, with environment variables controlling onboarding and UI tests.

What is the best way to visually verify UI changes in isolation during local development?

The best way to visually verify UI changes in isolation is using Docker-based environments to create a safe sandbox, building and testing code changes locally to reduce deployment cycles before pushing to CI.

Can I use environment variables to control onboarding and UI tests in a Docker-based setup?

Yes, environment variables are used to control onboarding and UI tests within the Docker-based local testing workflow, configuring how the isolated containers execute test runs against the local source setup.