Skill Detail
Capture simulate and diff HTTP dependencies before flaky integration tests hit real external services with Hoverfly
Record real HTTP traffic, replay it in simulation mode, and compare dependency behavior without hammering live third-party services.
CI/CD IntegrationsMulti-Framework
CI/CD Integrations
Multi-Framework
Security Reviewed
β 2.5k GitHub stars
COPY SKILL INSTRUCTIONS (OPTIONAL)
npx skills add agentskillexchange/skills --skill capture-simulate-and-diff-http-dependencies-before-flaky-integration-tests-hit-real-external-services-with-hoverfly
Uses the third-party skills CLI, not an ASE-owned installer. Check your agent’s compatibility. This copies instructions; complete the upstream tool setup below separately.
At a glance
Tools required
Hoverfly binary or container image, HTTP client or application under test, proxy configuration, and target dependency endpoints or recorded traffic fixtures
Install & setup
Install Hoverfly from the upstream releases or run the published container image, configure the application or test client to route traffic through the proxy, then use the documented capture, simulate, and diff modes for the target dependencies.
Author
SpectoLabs
Publisher
Organization
Last updated
Apr 17, 2026
Quick brief
Use Hoverfly when an agent needs to proxy, capture, replay, or compare HTTP dependency behavior for integration testing and debugging. A user should invoke this instead of calling the real service normally when the goal is deterministic test isolation, safe replay, or controlled simulation of external APIs. The scope boundary is narrow: proxy-based HTTP dependency capture and simulation, not a generic test framework, proxy product, or broad API platform listing.