Description
Records HTTP interactions and replays them during tests so network-dependent code can run faster and more predictably. It helps projects test API clients without contacting real services on every run.
Developers use it as a testing library. Recorded cassettes can contain tokens, URLs, headers, and private data, so scrub sensitive information before committing them.