go-chi / httpvcr

HTTP VCR for writing deterministic tests from external sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP VCR

For writing deterministic tests from external sources.

Features

  • Easy to use
  • No flags (records when no cassete file is present, otherwise replays)
  • Filter sensitive data (such as API keys)
  • Modify requests before they are sent (e.g. to add row limits)
  • Ignores request headers (so a timestamp or crypto signature does not break your cassette files)
  • No dependencies

Examples

...

License

MIT, see LICENSE

About

HTTP VCR for writing deterministic tests from external sources

License:MIT License


Languages

Language:Go 100.0%