Found 445 repositories(showing 30)
wiremock
WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on WireMock Java, but extended with more functionality. Full documentation can be found at https://wiremock.org/dotnet/.
wheresrhys
Mock http requests made using fetch
gencebay
HTTP Request & Response Service, Mock HTTP
moll
Intercept and mock outgoing Node.js network TCP connections and HTTP requests for testing. Intercepts and gives you a Net.Socket, Http.IncomingMessage and Http.ServerResponse to test and respond with. Super useful when testing code that hits remote servers.
InterNations
Mock HTTP requests on the server side in your PHP unit tests
Stoobly
Record, mock, and test HTTP/HTTPS requests. CLI agent for Stoobly.
Trendyol
Request mocking tool designed to simplify the process of http request mocking, network debugging, and UI tests for your applications.
atecarlos
A library designed to work alongside Protractor for setting up mocks for your HTTP ajax requests.
openstack-archive
MOVED: now at https://opendev.org/x/requests-mock
mcustiel
Phiremock mocks HTTP requests and REST services, allowing to mock external services during acceptance testing.
HLTech
HTTP request mocking library for Puppeteer and Playwright
zuplo
Mockbin by Zuplo. Mock, Test, and View HTTP Requests and Responses
vvmgev
Intercept HTTP requests and responses. Modify HTTP request/response body. Modify HTTP request/response headers. Redirect requests. HTTP logger. Mock APIs. Inject scripts. Block requests. Modify query parameters
aresponses
Asyncio http mocking. Similar to the responses library used for 'requests'
sumory
another "postman", status server, http request mock.
nodejitsu
A simple testing tool for mocking HTTP sequences of request / response pairs in node.js
huturen
Intercept & mock http requests issued by XMLHttpRequest, fetch, nodejs https/http module, axios, jquery, superagent, ky, node-fetch, request, got or any other request libraries by intercepting XMLHttpRequest, fetch and nodejs native requests at low level.
ShreyashKore
A multiplatform HTTP inspection library for Ktor inspired by Chucker with request response overriding/mocking
philikon
A mock implementation of XMLHttpRequest for unit testing
avivasyuta
Chrome extension for mocking HTTP requests
skymansandy
Kotlin Multiplatform library for network inspection and mocking. Intercept HTTP and WebSocket traffic, mock API responses, and throttle requests.
MohamedBassem
Smock ( Previously: RequestBin ) is a golang package for testing the outgoing http requests initiated from a function. The package creates a mock server and passes the URL to the function to be tested and then collects all the requests that the server received.
sonyseng
Node caching HTTP proxy built on top of express-http-proxy. Persists requests and responses to an in-memory HAR-like data structure based on HAR1.2 . Caches JSON content-type responses by default with the ability to cache an entire site; including content-types describing images. Useful for testing front end code, mocking api, and saving the cache to a HAR file which can be used for further tests.
pavlakis
A Slim 3 middleware enabling a mock HTTP request to be made through the CLI.
philschatz
:vhs: Stop mocking HTTP Requests! Just record and then play them back
diachedelic
Mocks the http.IncomingMessage (request) for Node.js
dealforest
Simple HTTP request mocking/interception for testing module.
KevenDo
A HTTP interface test tool. CDSpace can send HTTP request and mock HTTP server.
mcustiel
Extension to mock http request to external services during acceptance testing with Codeception. Loads one or more phiremock-servers.
skwasjer
.NET library to mock HTTP responses for any HTTP client and verify request expectations with an experience inspired by Moq.