-
Notifications
You must be signed in to change notification settings - Fork 0
YHVTestCase
Helper class which perform additional tasks by default to make it easier to use VCR with tests.
Among default actions taken by helper is cassettes path composition (test suite name will be name of bundle) including cassette name generation (based on test case method name).
All subclasses of YHVTestCase will inherit YHVTestCaseDelegate protocol adoption and will be able to dynamically adjust configuration used by VCR and cassette.
Reference on location where cassettes is stored or will be recorded. If new cassettes has been recorded, it is possible to print this value from test suite to find location where bundle has been stored.
NOTE: If fixtures already recorded, bundles should be stored (and copied in) inside of Fixture folder.
Reference on full path to currently used cassette.