What?
  • What is MockServer
  • Why use MockServer
Mock Server - How?
  • Getting Started
  • Creating Expectations
  • Verifications
  • Clearing & Resetting
  • Running Mock Server
  • Mock Server Clients
  • Initializing Expectations
  • Debugging Issues
  • Running Tests In Parallel
  • Isolate Single Service
  • CORS Support
  • Configuration
  • Scalability & Latency
Proxy - How?
  • Getting Started
  • Configuring SUT
  • Record & Replay
  • Verifications
  • Running The Proxy
  • Proxy Clients
Where?
  • github
  • Gitter Chat
  • Downloads
  • Maven Central
  • npm
  • Docker
  • Kubernetes

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.7.2-jar-with-dependencies.jar from Maven Central

  2. java -jar <path to mockserver-netty-5.7.2-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

  • source code at on GitHub

© MockServer 2019 James D Bloom