vcr: record and replay HTTP requests

Author: Scott Chamberlain

R package test suites that include HTTP requests are dependent on an internet connection being up, the internet connection speed, changing behavior of the remote server, as well as changing response formats/data from a remote server. We ideally want to test functionality of our package relative to some known data that isn’t intermittently unavailable or changing. Caveat is that we do want to make sure the package fails well, including fails well in response to server failures, but these responses can be cached.

Read the full tech note here: https://ropensci.org/technotes/2018/05/25/vcr-http-request-cacahing/

2 Likes