VCR
HTTP通信レコーディングを行うライブラリ
Ruby製
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
テストスイートの HTTP インタラクションを記録し、将来のテスト実行中に再生することで、高速で決定論的な正確なテストが可能になります。
VCR Cassettes are files that contain all of the information about the requests and corresponding responses in a human-readable/editable format. A cassette contains an array of HTTP interactions, each of which has the following:
VCR カセットは、リクエストとそれに対応するレスポンスに関するすべての情報を、人間が読める/編集可能な形式で格納したファイルです。カセットには、HTTP インタラクションの配列が含まれており、それぞれが以下のようになっています。