local-test

Build, deploy, and test IronClaw web gateway changes locally with Docker and Chrome MCP.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies building, running, and testing IronClaw web gateway changes locally via Docker containers and browser automation tools.

Core Features & Use Cases

  • Docker Build & Run Automation: Quickly build test images and execute containers with environment configurations.
  • Multi-Backend Support: Easily switch between different LLM providers like NEAR AI, OpenAI, or Anthropic for testing.
  • Browser Automation Integration: Facilitates Chrome MCP scripted tests for UI verification, screenshots, and interaction automation in browser automation workflows.

Quick Start

Use the local-test skill to quickly spin up a test container with default environment variables and verify the web UI is accessible.

Frequently Asked Questions about local-test

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

FAQPage Schema
How do I automate local Docker testing for web gateway changes?

Automate local Docker testing by building test images and executing containers with specific environment configurations to verify web gateway changes. This workflow manages container deployment and environment setup to ensure your local testing environment is consistent.

Can I use Chrome MCP browser automation for UI verification?

Chrome MCP browser automation facilitates UI verification by scripting browser interaction tests, capturing screenshots, and automating web interactions. It integrates directly with your local test containers to validate the graphical interface.

How do I test multiple LLM backends locally with Docker?

Test multiple LLM backends locally by switching environment configurations for different providers like NEAR AI, OpenAI, or Anthropic. The workflow manages container environment variables to easily point your deployed image at different LLM services.

What is the best way to verify GUI changes in a local Docker container?

The best way to verify GUI changes is deploying the web gateway in a local Docker container and running Chrome MCP browser automation scripts. This combination enables automated interaction testing and screenshot capture for visual confirmation.

Do I need Docker to run local browser automation tests for web development?

Docker is required to containerize the web gateway environment before executing the browser automation tests. The testing workflow relies on Docker containers to build and run the application image with the correct environment variables.