AI AGENT ADDONS

Wiremock Standalone Docker

giuseppe-trisciuoglio/developer-kit
Testing & QA
956installs

Developers can use WireMock with Docker to create a mock server for testing. This setup lets you simulate real API behavior without needing the actual service. It is great for integration testing and end-to-end testing.

You can define stub mappings for different scenarios like success, errors, and timeouts. The mock server runs in a separate Docker container. This makes your test environment portable and repeatable.

Use it to test your HTTP client configurations, retry logic, and error handling. You can mock any external API and verify your application works correctly.

Add Wiremock Standalone Docker skill to your workflow

Global

mkdir -p ~/.claude/skills/wiremock-standalone-docker

Project

mkdir -p .claude/skills/wiremock-standalone-docker

Source Repository

Stars
293
Forks
33
Watchers
293
License
MIT
Last Push
29 days ago
Created
9 months ago