wiremock
Mock server
A tool for mocking HTTP services in development and testing environments
A tool for mocking HTTP services
6k stars
139 watching
1k forks
Language: Java
last commit: 6 days ago
Linked from 2 awesome lists
apishacktoberfesthttpjavajsonmock-servermockingreststubbingwiremockxml
Related projects:
Repository | Description | Stars |
---|---|---|
powermock/powermock | A Java framework that enables unit testing of normally untestable code by mocking static methods, constructors, and final classes. | 4,162 |
mockoon/mockoon | A tool to design and run mock APIs locally, allowing developers to speed up development, test applications in a controlled environment, and simulate edge cases. | 6,558 |
griffinmyers/wirepig | Tools for creating mock network dependencies in software testing | 52 |
openfeign/feign | Simplifies the process of writing Java HTTP clients by providing a simpler and more flexible way to interact with web services. | 9,506 |
buger/goreplay | Replays live HTTP traffic from an application to test it in a controlled environment | 18,663 |
zuplo/mockbin | A tool for generating and testing custom HTTP endpoints to simulate API responses. | 93 |
apache/jmeter | A tool used to simulate heavy loads on servers and measure their performance under different conditions. | 8,421 |
alexliesenfeld/httpmock | A library that enables developers to mock HTTP responses and test their applications in isolation. | 488 |
bblimke/webmock | A library that enables stubbing and setting expectations on HTTP requests in Ruby applications | 3,973 |
hoppscotch/hoppscotch | An API development and testing ecosystem with a minimalistic UI, supporting various protocols and authentication methods. | 65,598 |
noenv/vertx-wiremongo | A lightweight mocking library for MongoDB database interactions in Java-based applications | 10 |
mswjs/msw | A library that allows developers to mock APIs in their applications without affecting the actual application code. | 15,976 |
microcks/microcks | A tool that turns API assets into live mocks in seconds, enabling testing and compliance. | 1,413 |
maxkagamine/moq.contrib.httpclient | A set of extension methods for mocking HTTP client requests and responses with Moq. | 188 |
nock/nock | A library that enables testing and mocking of HTTP requests in Node.js applications | 12,738 |