Skip to main content
Back to the directory
giuseppe-trisciuoglio/developer-kitSoftware EngineeringFrontend and Design

unit-test-wiremock-rest-api

Unit test external REST API integrations with WireMock HTTP mocking and request verification.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
705

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill unit-test-wiremock-rest-api
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, unit-test-wiremock-rest-api has 705 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: giuseppe-trisciuoglio/developer-kit. Canonical URL: https://skills.sh/giuseppe-trisciuoglio/developer-kit/unit-test-wiremock-rest-api.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Unit test external REST API integrations with WireMock HTTP mocking and request verification. Patterns for testing external REST API integrations with WireMock: stubbing responses, verifying requests, error scenarios, and fast tests without network dependencies. If stub not matching : Check URL encoding, header names, use urlEqualTo for query params. If tests hanging : Configure connection timeouts in HTTP client; use withFixedDelay() for timeout simulation. If port conflicts : Always use wireMockConfig().dynamicPort() . See references/advanced-examples.md for error scenarios, body verification, timeout simulation, and stateful testing. - Stub HTTP responses with configurable status codes, headers, and JSON bodies; verify request details including headers, query parameters, and request bodies - Test error scenarios (4xx/5xx responses, timeouts, malformed responses) without calling real APIs or hitting rate limits - Use dynamic port allocation to avoid conflicts in parallel test execution; automatic cleanup between tests via JUnit 5 extension registration - Supports request matching by URL, HTTP method, headers, and JSON path expressions for precise stub targeting - Testing services calling external REST APIs - Stubbing HTTP responses for predictable test behavior - Testing error scenarios (timeouts, 5xx errors, malformed responses) - Verifying request details (headers, query...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does unit-test-wiremock-rest-api do?

Unit test external REST API integrations with WireMock HTTP mocking and request verification.

Is unit-test-wiremock-rest-api good?

unit-test-wiremock-rest-api does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support unit-test-wiremock-rest-api?

unit-test-wiremock-rest-api currently lists compatibility with Skills CLI.

Is unit-test-wiremock-rest-api safe to install?

unit-test-wiremock-rest-api has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to unit-test-wiremock-rest-api?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install unit-test-wiremock-rest-api?

Run the following command to install unit-test-wiremock-rest-api: npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill unit-test-wiremock-rest-api

Related skills

More from giuseppe-trisciuoglio/developer-kit

Related skills

Alternatives in Software Engineering