Build Status:
Backlog:
For information on how to use the MockServer please see http://www.mock-server.com/
Maven Central contains the following MockServer artifacts:
- mockserver-maven-plugin - a set of maven plugins to start, stop and fork MockServer using maven
- mockserver-vertx - a Vert.X module that mocks HTTP and HTTPS requests
- mockserver-jetty - a web server that mocks HTTP and HTTPS requests (using Embedded Jetty)
- mockserver-jetty:jar-with-dependencies - a fully stand alone web server embedded with all dependencies that mocks HTTP and HTTPS requests (using Embedded Jetty)
- mockserver-war - a deployable WAR for mocking HTTP and HTTP requests (that runs on any JEE web server)
- mockserver-proxy - an HTTP / HTTPS proxy that allows the recording and querying of requests and response
- mockserver-client-java - a Java client to communicate with both the server and the proxy
- mockserver-client-javascript - a Java client to communicate with both the server and the proxy
In addition MockServer SNAPSHOT artifacts can also be found on Sonatype.
Docker Index contains the following artifacts:
- MockServer Docker Container - a Docker container containing the Netty MockServer and proxy
Vert.X Module Registry contains the following artifacts:
- org.mock-server
mockserver-vertx2.9 - a Vert.X module that mocks HTTP and HTTPS requests
- mockserver-client-ruby
- Ruby client for both the MockServer and the proxy
- mockserver-client-java - a Java client for both the MockServer and the proxy
- mockserver-client-javascript - a JavaScript client for both the MockServer and the proxy
If you have any problems, please check the project issues.
Pull requests are, of course, very welcome! Please read our contributing to the project guide first. Then head over to the open issues to see what we need help with. Make sure you let us know if you intend to work on something. Also, check out the milestones to see what is planned for future releases.