MockServer
  • What is MockServer
  • Why use MockServer
  • Running MockServer
  • MockServer Clients
  • Clearing & Resetting
  • Logging & Debugging
  • Scalability & Latency
  • HTTPS & TLS
  • CORS Support
  • Configuration
  • OpenAPI / Swagger
Mocking
  • Getting Started
  • Creating Expectations
  • Verifying Requests
  • Expectation Initializers
  • Persisting Expectations
  • Running Tests In Parallel
Proxying
  • Getting Started
  • Configuring Clients
  • Record & Replay
  • Verifying Requests
  • Isolate Single Service
Where
  • Downloads
  • Community
  • Source Control
  • Backlog & Issues
  • npm
  • Maven
  • Docker
  • Helm & Kubernetes
  • Swagger Hub

Downloads

The simplest way to run and download MockServer is by using the fully stand alone web server embedded with all dependencies that mocks HTTP and HTTPS requests, as follows:

  1. download mockserver-netty-5.10.0-jar-with-dependencies.jar from Maven Central

  2. java -jar <path to mockserver-netty-5.10.0-jar-with-dependencies.jar> -serverPort <port>

For more details on downloads see:

  • jar-with-dependencies / jar / war on Maven Central

  • NPM or Grunt Modules

  • Docker Container

  • Helm Chart

  • source code at on GitHub

© MockServer 2020 James D Bloom