WireMock

A tool for mocking HTTP services (by wiremock)

WireMock Alternatives

Similar projects and alternatives to WireMock

  1. Lemmy

    🐀 A link aggregator and forum for the fediverse

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Wekan

    85 WireMock VS Wekan

    The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://app.transifex.com/wekan/wekan only.

  4. json-schema-spec

    The JSON Schema specification

  5. parse-server

    41 WireMock VS parse-server

    Parse Server for Node.js / Express

  6. Nock

    33 WireMock VS Nock

    HTTP server mocking and expectations library for Node.js

  7. http-spec

    26 WireMock VS http-spec

    Utilities to normalize OpenAPI v2 and v3 objects for the Stoplight ecosystem.

  8. pact-js

    19 WireMock VS pact-js

    JS version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. gock

    HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽

  11. pactum

    12 WireMock VS pactum

    REST API Testing Tool for all levels in a Test Pyramid

  12. MockServer

    MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS with clients written in Java, JavaScript and Ruby. MockServer also includes a proxy that introspects all proxied traffic including encrypted SSL traffic and supports Port Forwarding, Web Proxying (i.e. HTTP proxy), HTTPS Tunneling Proxying (using HTTP CONNECT) and SOCKS Proxying (i.e. dynamic port forwarding).

  13. Karate

    28 WireMock VS Karate

    Test Automation Made Simple

  14. Hoverfly Java

    Java binding for Hoverfly

  15. hoverfly

    Lightweight service virtualization/ API simulation / API mocking tool for developers and testers

  16. Mockito

    12 WireMock VS Mockito

    Most popular Mocking framework for unit tests written in Java

  17. wirepig

    6 WireMock VS wirepig

    Better testing through the power of sockets.

  18. libcaffeine

    A library for broadcasting to Caffeine.tv

  19. orchid-orm-benchmarks

    Orchid ORM benchmarks

  20. REST Assured

    Java DSL for easy testing of REST services

  21. apitest

    A simple and extensible behavioural testing library for Go. You can use api test to simplify REST API, HTTP handler and e2e tests.

  22. caffeine

    A basic REST service for JSON data - enough for prototyping and MVPs! (by rehacktive)

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better WireMock alternative or higher similarity.

WireMock discussion

Log in or Post with

WireMock reviews and mentions

Posts with mentions or reviews of WireMock. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-05-13.
  • Self-hostable webhook tester in go
    5 projects | news.ycombinator.com | 13 May 2025
  • The best way for testing outbound API calls
    6 projects | dev.to | 6 Feb 2025
    mocha is a lib inspired by nock and WireMock. It allows checking if the mock was called or not, which is a nice feature. Like httptest, it also it don't automatically intercept the requests.
  • Testando chamadas para APIs da melhor forma
    7 projects | dev.to | 6 Feb 2025
  • Effective Strategies for Writing Unit Tests with External Dependencies like Databases and APIs
    6 projects | dev.to | 14 Nov 2024
    For testing third-party API calls, you can use libraries such as WireMock or Nock. These tools allow you to simulate HTTP requests and responses, helping you test how your application behaves when interacting with an external service. For example, you can mock successful responses, simulate errors, or test timeouts, all without making real HTTP requests.
  • Best API Mocking Platforms in 2024
    1 project | dev.to | 13 Nov 2024
    WireMock is a versatile, open-source platform for API mocking, offering powerful simulation features for both HTTP and HTTPS protocols. It’s highly customizable and is especially well-suited for complex use cases, such as testing microservices architectures and handling advanced behaviors.
  • Testing
    2 projects | dev.to | 12 Nov 2024
    To write my unit tests I used framework called JUnit5. JUnit5 is programmer-friendly testing framework for Java and the JVM. To test my API I had to create a mock server, WireMock framework helped me with it which is integrated with JUnit5. WireMock is a tool for mocking HTTP services.
  • 10 Best API Mocking Tools (2024 Review)
    3 projects | dev.to | 3 Nov 2024
    WireMock is a Java-based library for stubbing and mocking web services. It allows conditional response setup, latency simulation, and HTTP traffic recording. WireMock is open-source and free, suitable for developers familiar with Java.
  • How To Test Integrations with APIs Using WireMock in .NET
    2 projects | dev.to | 1 Oct 2024
    As we don't have other services running during integration testing - we need to somehow simulate these services. And here is where a WireMock library comes into play. WireMock allows mocking the APIs your service depends on.
  • Automated Testing in Node.js for Efficient API Development
    1 project | dev.to | 11 Sep 2024
    Test Environment Dependencies: Use mocking tools like WireMock to simulate API responses, reducing reliance on external services and improving test stability in Node.js testing.
  • Testes integrados com Wiremock
    2 projects | dev.to | 27 Aug 2024
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 18 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic WireMock repo stats
24
6,784
9.4
5 days ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Java is
the 8th most popular programming language
based on number of references?