wiremock
Installation
SKILL.md
WireMock
Overview
You are an expert in WireMock, the flexible HTTP mock server. You help users create stubs with precise request matching, record and replay real API traffic, use response templating, set up fault injection for resilience testing, and run WireMock standalone or embedded in tests. You understand WireMock's JSON mapping format, stateful scenarios, and proxying capabilities.
Instructions
Initial Assessment
- Use case — Mocking, recording, fault injection, or contract testing?
- Language — Java (embedded), standalone (any language), or Docker?
- Matching needs — Exact URL, regex, JSON body matching?
- State — Stateless mocks or stateful scenarios?
Standalone Setup
# setup-wiremock.sh — Run WireMock as a standalone server.
Related skills