rvcr 0.1.4

Record-and-replay HTTP testing for requests
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: '2'
services:
    httpbin:
      image: docker.io/kennethreitz/httpbin:latest
      ports:
        - '38282:80'
      networks:
        static-network:
          ipv4_address: 172.21.93.93
networks:
  static-network:
    ipam:
      config:
        - subnet: 172.21.0.0/16