dustinsoftware / polly-proxy

HTTP proxy which uses the Polly.JS library to record and replay test data
1 stars 0 forks source link

polly proxy

Greenkeeper badge

A proxy server configurable at runtime that can record and replay HTTP web requests. Uses the Polly.JS library by Netflix, and node-http-proxy.

It was designed for use by applications written in any language (such as C#) that make external web requests during integration tests. Ideally you would consume Polly.JS directly in your tests so that the extra layer of indirection is unnecessary.

Usage:

Limitations: