Skip to content

Added support for custom cassettte location

Compare
Choose a tag to compare
@seborama seborama released this 22 Jul 16:38
· 133 commits to master since this release

Via VCRConfig.CassettePath

Quick example:

    vcr := govcr.NewVCR("MyCassette",
        &govcr.VCRConfig{
            CassettePath: "./govcr-fixtures",
        })

Note:
If you omit CassettePath or use "" then the default path is ./govcr-fixtures.