fawind / looper

Test runner for functional testing of dockerized microservices
3 stars 0 forks source link

Add standalone proxy use #18

Closed fawind closed 5 years ago

fawind commented 5 years ago

Closes #12.

Usage:

# Record
docker-test record \
    --proxyOnly \
    --out my-dump.mitmdump

# Replay
docker-test replay \
    --proxyOnly \
    --out my-dump.mitmdump

The client has to set up the proxy them self (e.g.: export http_proxy='http://0.0.0.0:9999'; curl my-service:5000/test).